![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|

Go to the source code of this file.
Macros | |
| #define | TEST_NAME "util/timer" |
Functions | |
| BOOST_AUTO_TEST_CASE (TestDefault) | |
| BOOST_AUTO_TEST_CASE (TestStart) | |
| BOOST_AUTO_TEST_CASE (TestPause) | |
| #define TEST_NAME "util/timer" |
Definition at line 32 of file timer_test.cc.
| BOOST_AUTO_TEST_CASE | ( | TestDefault | ) |
Definition at line 39 of file timer_test.cc.
References colmap::Timer::ElapsedHours(), colmap::Timer::ElapsedMicroSeconds(), colmap::Timer::ElapsedMinutes(), and colmap::Timer::ElapsedSeconds().
| BOOST_AUTO_TEST_CASE | ( | TestPause | ) |
Definition at line 56 of file timer_test.cc.
References colmap::Timer::ElapsedMicroSeconds(), colmap::Timer::Pause(), colmap::Timer::Reset(), colmap::Timer::Resume(), and colmap::Timer::Start().
| BOOST_AUTO_TEST_CASE | ( | TestStart | ) |
Definition at line 47 of file timer_test.cc.
References colmap::Timer::ElapsedHours(), colmap::Timer::ElapsedMicroSeconds(), colmap::Timer::ElapsedMinutes(), colmap::Timer::ElapsedSeconds(), and colmap::Timer::Start().