CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch1/src/FWCore/Framework/src/Breakpoints.cc

Go to the documentation of this file.
00001 #include "Breakpoints.h"
00002 /*
00003   Functions used only as breakpoints only to aid debugging.
00004 
00005   They cannot be optimized away because they are
00006   in a separate compilation unit.
00007 
00008   Performance is not an issue because each of these functions
00009   is called only once per job.
00010 
00011 */
00012 
00013 namespace bk {
00014   void
00015   beginJob() {}
00016 
00017   void
00018   beginRuns() {}
00019 }