src
FWCore
Framework
src
Breakpoints.cc
Go to the documentation of this file.
1
#include "
Breakpoints.h
"
2
/*
3
Functions used only as breakpoints only to aid debugging.
4
5
They cannot be optimized away because they are
6
in a separate compilation unit.
7
8
Performance is not an issue because each of these functions
9
is called only once per job.
10
11
*/
12
13
namespace
bk
{
14
void
beginJob
() {}
15
16
void
beginRuns
() {}
17
}
// namespace bk
bk::beginJob
void beginJob()
Definition:
Breakpoints.cc:14
bk::beginRuns
void beginRuns()
Definition:
Breakpoints.cc:16
bk
Definition:
Breakpoints.cc:13
Breakpoints.h
Generated for CMSSW Reference Manual by
1.8.14