#include <ctime>
#include <iostream>
#include <map>
#include <sstream>
Go to the source code of this file.
Classes | |
struct | Stopwatch::PerformanceData |
class | Stopwatch |
A class representing a stopwatch. More... | |
struct | StopwatchException |
Macros | |
#define | STOP_WATCH_MAX_NAME_LENGTH 80 |
Enumerations | |
enum | StopwatchMode { NONE = 0, CPU_TIME = 1, REAL_TIME = 2 } |
Functions | |
Stopwatch & | getProfiler () |
#define STOP_WATCH_MAX_NAME_LENGTH 80 |
Definition at line 54 of file stop-watch.hh.
enum StopwatchMode |
Enumerator | |
---|---|
NONE | |
CPU_TIME | |
REAL_TIME |
Definition at line 47 of file stop-watch.hh.
Stopwatch& getProfiler | ( | ) |
Definition at line 46 of file stop-watch.cpp.