/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
FWCore/Framework/src/Breakpoints.h
20 строк
406 B
W. David Dagenhart
Only changes from scram build code-format-all
30 апр 2019, 22:05
30 апр 2019, 22:05
23d7339
Код
Авторство
О чём код?
#ifndef FWCore_Framework_Breakpoints_h #define FWCore_Framework_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 #endif