#include <sys/time.h>
#include <iostream>
#include <stack>
Classes | |
struct | StackTicToc |
Defines | |
#define | SMOOTH(s) for(size_t _smooth=0;_smooth<s;++_smooth) |
Functions | |
double | operator- (const struct timeval &t1, const struct timeval &t0) |
#define SMOOTH | ( | s | ) | for(size_t _smooth=0;_smooth<s;++_smooth) |
Referenced by StackTicToc::toc().
double operator- | ( | const struct timeval & | t1, |
const struct timeval & | t0 | ||
) | [inline] |