#include "Timer.h"#include <boost/test/unit_test.hpp>#include <string>#include <unistd.h>Go to the source code of this file.
Defines | |
| #define | BOOST_TEST_MODULE TimerTest |
Functions | |
| BOOST_AUTO_TEST_CASE (timer_basic_test) | |
| #define BOOST_TEST_MODULE TimerTest |
Definition at line 3 of file TimerTest.cpp.
| BOOST_AUTO_TEST_CASE | ( | timer_basic_test | ) |
Definition at line 11 of file TimerTest.cpp.
References MosesTuning::Timer::get_elapsed_wall_time(), MosesTuning::Timer::get_elapsed_wall_time_microseconds(), MosesTuning::Timer::is_running(), MosesTuning::Timer::restart(), MosesTuning::Timer::start(), timer, and MosesTuning::Timer::ToString().

1.5.9