#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 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 |
Definition at line 28 of file TimerService.h.
Referenced by edm::CPUTimer::calculateDeltaTime(), edm::DaqSource::openBackDoor(), realNanoSecs(), edm::CPUTimer::start(), and timeRealNanoSecs().
#define CLOCK_THREAD_CPUTIME_ID 3 |
Definition at line 31 of file TimerService.h.
typedef int clockid_t |
Definition at line 27 of file TimerService.h.