#include <timer.hpp>
List of all members.
Detailed Description
A simple class that can be used for benchmarking/timing up to microsecond resolution.
Definition at line 32 of file timer.hpp.
Member Function Documentation
| double graphlab::timer::current_time |
( |
|
) |
const [inline] |
| double graphlab::timer::current_time_millis |
( |
|
) |
const [inline] |
Like current_time but returns in milliseconds
Definition at line 60 of file timer.hpp.
| static double graphlab::timer::sec_of_day |
( |
|
) |
[inline, static] |
Get the number of seconds (as a floating point value) since the Unix Epoch.
Definition at line 68 of file timer.hpp.
| static size_t graphlab::timer::usec_of_day |
( |
|
) |
[inline, static] |
Returns only the micro-second component of the time since the Unix Epoch.
Definition at line 82 of file timer.hpp.
The documentation for this class was generated from the following file: