HG-MD
1
|
Allows timing of algorithms; accurate up to 0.01 sec. More...
#include <Time.h>
Public Member Functions | |
void | tic () |
Mdouble | toc () |
Private Attributes | |
clock_t | start |
clock_t | finish |
Allows timing of algorithms; accurate up to 0.01 sec.
Calculates time used for computing in clocks, not total time.
clock_t Time::finish [private] |
clock_t Time::start [private] |