CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Macros
TimerStack.h File Reference
#include "Utilities/Timing/interface/TimingReport.h"
#include <stack>

Go to the source code of this file.

Classes

class  TimerStack::Timer
 TTimer is a container for a timer name and associated timers (TimeReport::Item's) More...
 
class  TimerStack
 

Macros

#define FastTimerStackPush(timer, name)
 

Macro Definition Documentation

#define FastTimerStackPush (   timer,
  name 
)
Value:
{ static TimerStack::Timer t = TimerStack::Timer(std::string(name)); \
timer.push( t );}
TTimer is a container for a timer name and associated timers (TimeReport::Item&#39;s) ...
Definition: TimerStack.h:38

Definition at line 82 of file TimerStack.h.