BALL  1.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Macros
benchmark.h File Reference
#include <BALL/common.h>
#include <BALL/SYSTEM/timer.h>
#include <string>

Go to the source code of this file.

Macros

#define START_SECTION(name, weight)
 
#define END_SECTION
 
#define STATUS(a)
 
#define START_TIMER   BENCHMARK::timer.start();\
 
#define STOP_TIMER   BENCHMARK::timer.stop();
 
#define START_BENCHMARK(class_name, overall_weight, version)
 
#define END_BENCHMARK