#include "tsid/utils/Stdafx.hh"
Go to the source code of this file.
Classes | |
struct | Stopwatch::PerformanceData |
class | Stopwatch |
A class representing a stopwatch. More... | |
struct | StopwatchException |
Macros | |
#define | START_PROFILER(name) getProfiler().start(name) |
#define | STOP_PROFILER(name) getProfiler().stop(name) |
#define | STOP_WATCH_MAX_NAME_LENGTH 60 |
#define | STOP_WATCH_TIME_WIDTH 10 |
Enumerations | |
enum | StopwatchMode { NONE = 0, CPU_TIME = 1, REAL_TIME = 2 } |
Functions | |
Stopwatch & | getProfiler () |
#define START_PROFILER | ( | name | ) | getProfiler().start(name) |
Definition at line 39 of file stop-watch.hpp.
#define STOP_PROFILER | ( | name | ) | getProfiler().stop(name) |
Definition at line 40 of file stop-watch.hpp.
#define STOP_WATCH_MAX_NAME_LENGTH 60 |
Definition at line 42 of file stop-watch.hpp.
#define STOP_WATCH_TIME_WIDTH 10 |
Definition at line 43 of file stop-watch.hpp.
enum StopwatchMode |
Enumerator | |
---|---|
NONE | |
CPU_TIME | |
REAL_TIME |
Definition at line 52 of file stop-watch.hpp.
Stopwatch& getProfiler | ( | ) |
Definition at line 43 of file stop-watch.cpp.