12 lines
194 B
C++
12 lines
194 B
C++
|
|
/**
|
||
|
|
* @file timing.cpp
|
||
|
|
* @brief
|
||
|
|
* @author Richard Roberts (extracted from Michael Kaess' timing functions)
|
||
|
|
* @created Oct 5, 2010
|
||
|
|
*/
|
||
|
|
|
||
|
|
#include <gtsam/base/timing.h>
|
||
|
|
|
||
|
|
Timing timing;
|
||
|
|
|