#include <sys/time.h>
#include <dynamic-graph/linear-algebra.h>
#include <iostream>
#include <sot/core/debug.hh>
#include <sot/core/matrix-geometry.hh>
#include <sot/core/matrix-svd.hh>
#include <sot/core/memory-task-sot.hh>
#include <unistd.h>
#include <list>
Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
◆ INIT_CHRONO
#define INIT_CHRONO |
( |
|
name | ) |
|
◆ START_CHRONO
#define START_CHRONO |
( |
|
name | ) |
|
Value: gettimeofday(&t0##_##
name, NULL); \
sotDEBUG(25) <<
"t0 " << #
name <<
": " << t0##_##
name.tv_sec <<
" - " \
<< t0##_##
name.tv_usec << std::endl
Definition at line 34 of file test_boost.cpp.
◆ STOP_CHRONO
#define STOP_CHRONO |
( |
|
name, |
|
|
|
commentaire |
|
) |
| |
Value: gettimeofday(&t1##_##
name, NULL); \
sotDEBUG(25) <<
"t1 " << #
name <<
": " << t1##_##
name.tv_sec <<
" - " \
<< t1##_##
name.tv_usec << std::endl; \
sotDEBUG(1) <<
"Time spent " << #
name " " commentaire <<
" = " \
Definition at line 38 of file test_boost.cpp.
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ timerCounter