BAM
Abstract Machine for Bottom-Up Evaluation with the Push Method
|
#include <perf.h>
Public Member Functions | |
void | start () |
void | stop () |
long int | realtime_msec () |
long int | cputime_msec () |
Class for runtime measurements (with UNIX and Windows versions)
I wanted to call the class timer_c
, but there was a name conflict (with the corresponding pointer type time_t
if I remember correctly). Currently, it basically still is a timer, but I might add some more functions to get other performance-related information later.
void perf_c::start | ( | ) |
Start time measurement.
void perf_c::stop | ( | ) |
Stop time measurement.