|
Geant4-11
|
this provides a dummy wrapper for the profiling More...
#include <G4Profiler.hh>
Public Member Functions | |
| template<typename... Args> | |
| handler (Args &&...) | |
| handler (const handler &)=default | |
| handler (handler &&)=default | |
| template<typename... Args> | |
| void | mark_begin (Args &&...) |
| template<typename... Args> | |
| void | mark_end (Args &&...) |
| handler & | operator= (const handler &)=default |
| handler & | operator= (handler &&)=default |
| void | pop () |
| void | push () |
| void | record () |
| void | report_at_exit (bool) |
| void | reset () |
| template<typename... Args> | |
| void | start (Args &&...) |
| template<typename... Args> | |
| void | stop (Args &&...) |
| ~handler ()=default | |
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.