#include <sys/time.h>
#include <iostream>
#include <stack>
Go to the source code of this file.
Classes | |
struct | PinocchioTicToc |
Macros | |
#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) |