Macros | Functions
timeRot3.cpp File Reference

time Rot3 functions More...

#include <time.h>
#include <iostream>
#include <gtsam/geometry/Rot3.h>
Include dependency graph for timeRot3.cpp:

Go to the source code of this file.

Macros

#define TEST(TITLE, STATEMENT)
 

Functions

int main ()
 

Detailed Description

time Rot3 functions

Author
Frank Dellaert

Definition in file timeRot3.cpp.

Macro Definition Documentation

#define TEST (   TITLE,
  STATEMENT 
)
Value:
cout << endl << TITLE << endl; \
timeLog = clock(); \
for (int i = 0; i < n; i++) STATEMENT; \
timeLog2 = clock(); \
seconds = static_cast<double>(timeLog2 - timeLog) / CLOCKS_PER_SEC; \
cout << 1000 * seconds << " milliseconds" << endl; \
cout << (1e9 * seconds / static_cast<double>(n)) << " nanosecs/call" << endl;
for(size_t i=1;i< poses.size();++i)
int n

Definition at line 26 of file timeRot3.cpp.

Function Documentation

int main ( void  )

Definition at line 35 of file timeRot3.cpp.



gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:42