![]() |
GGEMS
1.1
GPU GEant4-based Monte Carlo Simulations
|
GGEMS class managing profiler data. More...


Go to the source code of this file.
Classes | |
| class | GGEMSProfilerManager |
| GGEMS class managing profiler data. More... | |
Typedefs | |
| typedef std::unordered_map< std::string, GGEMSProfiler > | ProfilerUMap |
Functions | |
| GGEMSProfilerManager * | get_instance_profiler_manager (void) |
| Get the GGEMSProfilerManager pointer for python user. More... | |
| void | print_summary_profiler_manager (GGEMSProfilerManager *profiler_manager) |
| Print summary of profiler. More... | |
GGEMS class managing profiler data.
Definition in file GGEMSProfilerManager.hh.
| typedef std::unordered_map<std::string, GGEMSProfiler> ProfilerUMap |
Unordered map with key : name of profile, profile object
Definition at line 41 of file GGEMSProfilerManager.hh.
| GGEMSProfilerManager * get_instance_profiler_manager | ( | void | ) |
Get the GGEMSProfilerManager pointer for python user.
Definition at line 113 of file GGEMSProfilerManager.cc.
| void print_summary_profiler_manager | ( | GGEMSProfilerManager * | profiler_manager | ) |
Print summary of profiler.
| profiler_manager | - pointer on the singleton |
Definition at line 122 of file GGEMSProfilerManager.cc.