sot-core  4.11.8
Hierarchical task solver plug-in for dynamic-graph.
stop-watch.hh File Reference
#include <ctime>
#include <iostream>
#include <map>
#include <sstream>
Include dependency graph for stop-watch.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  StopwatchException
 
class  Stopwatch
 A class representing a stopwatch. More...
 
struct  Stopwatch::PerformanceData
 

Macros

#define STOP_WATCH_MAX_NAME_LENGTH   80
 

Enumerations

enum  StopwatchMode { NONE = 0 , CPU_TIME = 1 , REAL_TIME = 2 }
 

Functions

StopwatchgetProfiler ()
 

Macro Definition Documentation

◆ STOP_WATCH_MAX_NAME_LENGTH

#define STOP_WATCH_MAX_NAME_LENGTH   80

Enumeration Type Documentation

◆ StopwatchMode

Enumerator
NONE 
CPU_TIME 
REAL_TIME 

Function Documentation

◆ getProfiler()

Stopwatch& getProfiler ( )