CMS 3D CMS Logo

Classes | Namespaces | Defines | Typedefs

/data/refman/pasoursint/CMSSW_5_3_8_patch3/src/HLTrigger/Timer/interface/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

namespace  hlt

Defines

#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

Define Documentation

#define CLOCK_MONOTONIC   1

Definition at line 29 of file TimerService.h.

#define CLOCK_PROCESS_CPUTIME_ID   2

Definition at line 30 of file TimerService.h.

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

#define CLOCK_REALTIME   0
#define CLOCK_THREAD_CPUTIME_ID   3

Definition at line 31 of file TimerService.h.


Typedef Documentation

typedef int clockid_t

Definition at line 27 of file TimerService.h.