Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
this provides a dummy wrapper for the profiling More...
#include <G4Profiler.hh>
Public Member Functions | |
template<typename... Args> | |
handler (Args &&...) | |
~handler ()=default | |
handler (const handler &)=default | |
handler (handler &&)=default | |
handler & | operator= (const handler &)=default |
handler & | operator= (handler &&)=default |
void | record () |
template<typename... Args> | |
void | start (Args &&...) |
template<typename... Args> | |
void | stop (Args &&...) |
void | push () |
void | pop () |
void | reset () |
void | report_at_exit (bool) |
template<typename... Args> | |
void | mark_begin (Args &&...) |
template<typename... Args> | |
void | mark_end (Args &&...) |
Friends | |
std::ostream & | operator<< (std::ostream &os, const handler &) |
this provides a dummy wrapper for the profiling
Definition at line 253 of file G4Profiler.hh.
|
inline |
Definition at line 256 of file G4Profiler.hh.
|
default |
|
default |
|
default |
|
inline |
Definition at line 276 of file G4Profiler.hh.
|
inline |
Definition at line 279 of file G4Profiler.hh.
|
default |
|
default |
|
inline |
Definition at line 272 of file G4Profiler.hh.
|
inline |
Definition at line 271 of file G4Profiler.hh.
|
inline |
Definition at line 264 of file G4Profiler.hh.
|
inline |
Definition at line 274 of file G4Profiler.hh.
|
inline |
|
inline |
Definition at line 266 of file G4Profiler.hh.
|
inline |
Definition at line 269 of file G4Profiler.hh.
|
friend |
Definition at line 281 of file G4Profiler.hh.