MercuryDPM
0.10
|
Allows timing of algorithms; accurate up to 0.01 sec. More...
#include <MercuryTime.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.
Definition at line 37 of file MercuryTime.h.
|
inline |
|
inline |
Definition at line 41 of file MercuryTime.h.
|
private |
Definition at line 44 of file MercuryTime.h.
Referenced by toc().
|
private |
Definition at line 44 of file MercuryTime.h.