Macros | Functions
test_matrix.cpp File Reference
#include <dynamic-graph/linear-algebra.h>
#include <iostream>
#include <sot/core/debug.hh>
#include <sot/core/feature-abstract.hh>
#include <sot/core/sot.hh>
#include <sys/time.h>
Include dependency graph for test_matrix.cpp:

Go to the source code of this file.

Macros

#define sotCHRONO1
 

Functions

int main (int, char **)
 

Macro Definition Documentation

◆ sotCHRONO1

#define sotCHRONO1
Value:
gettimeofday(&t1, NULL); \
dt = ((t1.tv_sec - t0.tv_sec) * 1000. + \
(t1.tv_usec - t0.tv_usec + 0.) / 1000.); \
cout << "dt: " << dt

Definition at line 29 of file test_matrix.cpp.

Function Documentation

◆ main()

int main ( int  ,
char **   
)

Definition at line 35 of file test_matrix.cpp.

test-parameter-server.dt
float dt
Definition: test-parameter-server.py:14


sot-core
Author(s): Olivier Stasse, ostasse@laas.fr
autogenerated on Tue Oct 24 2023 02:26:32