CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Namespaces | Macros | Typedefs
TimerService.h File Reference
#include "sigc++/signal.h"
#include "FWCore/Utilities/interface/CPUTimer.h"
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/ServiceRegistry/interface/ActivityRegistry.h"
#include <string>

Go to the source code of this file.

Classes

class  hlt::CPUTimer
 
class  TimerService
 

Namespaces

 edm
 HLT enums.
 
 hlt
 

Macros

#define CLOCK_MONOTONIC   1
 
#define CLOCK_PROCESS_CPUTIME_ID   2
 
#define CLOCK_REALTIME   0
 
#define CLOCK_THREAD_CPUTIME_ID   3
 

Typedefs

typedef int clockid_t
 

Macro Definition Documentation

#define CLOCK_MONOTONIC   1
#define CLOCK_PROCESS_CPUTIME_ID   2

Definition at line 34 of file TimerService.h.

Referenced by edm::CPUTimer::calculateDeltaTime(), and edm::CPUTimer::start().

#define CLOCK_REALTIME   0

Definition at line 32 of file TimerService.h.

Referenced by realNanoSecs().

#define CLOCK_THREAD_CPUTIME_ID   3

Definition at line 35 of file TimerService.h.

Typedef Documentation

typedef int clockid_t

Definition at line 31 of file TimerService.h.