/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
FWCore/Framework/src/Breakpoints.cc
17 строк
349 B
W. David Dagenhart
Only changes from scram build code-format-all
30 апр 2019, 22:05
30 апр 2019, 22:05
23d7339
Код
Авторство
О чём код?
#include "Breakpoints.h" /* Functions used only as breakpoints only to aid debugging. They cannot be optimized away because they are in a separate compilation unit. Performance is not an issue because each of these functions is called only once per job. */ namespace bk { void beginJob() {} void beginRuns() {} } // namespace bk