CMS 3D CMS Logo

Defines | Typedefs

/data/refman/pasoursint/CMSSW_5_3_1/src/HLTrigger/Timer/src/FastTimerService.cc File Reference

#include <cmath>
#include <iostream>
#include <iomanip>
#include <string>
#include <sstream>
#include <tr1/unordered_set>
#include <tr1/unordered_map>
#include <boost/foreach.hpp>
#include <boost/filesystem/path.hpp>
#include "FWCore/ServiceRegistry/interface/ActivityRegistry.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/Framework/interface/TriggerNamesService.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "DataFormats/Common/interface/HLTPathStatus.h"
#include "DataFormats/Provenance/interface/EventID.h"
#include "DataFormats/Provenance/interface/Timestamp.h"
#include "DataFormats/Provenance/interface/ModuleDescription.h"
#include "DQMServices/Core/interface/DQMStore.h"
#include "DQMServices/Core/interface/MonitorElement.h"
#include "HLTrigger/Timer/interface/FastTimerService.h"
#include "HLTrigger/Timer/interface/CPUAffinity.h"

Go to the source code of this file.

Defines

#define BOOST_FILESYSTEM_VERSION   3
#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 BOOST_FILESYSTEM_VERSION   3

Definition at line 24 of file FastTimerService.cc.

#define CLOCK_MONOTONIC   1

Definition at line 7 of file FastTimerService.cc.

#define CLOCK_PROCESS_CPUTIME_ID   2

Definition at line 8 of file FastTimerService.cc.

#define CLOCK_REALTIME   0
#define CLOCK_THREAD_CPUTIME_ID   3

Definition at line 9 of file FastTimerService.cc.


Typedef Documentation

typedef int clockid_t

Definition at line 5 of file FastTimerService.cc.