BAM
Abstract Machine for Bottom-Up Evaluation with the Push Method
Classes | Macros | Typedefs
perf.h File Reference

Performance measurement functions, especially timer. More...

#include "ver.h"
#include "check.h"

Go to the source code of this file.

Classes

class  perf_c
 

Macros

#define PERF_NULL   (static_cast<perf_t>(0))
 

Typedefs

typedef perf_cperf_t
 

Detailed Description

Performance measurement functions, especially timer.

Macro Definition Documentation

#define PERF_NULL   (static_cast<perf_t>(0))

Null reference

Typedef Documentation

typedef perf_c* perf_t

Pointer to perf_c (timer) object.