Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
Go to the source code of this file.
Macros | |
#define | G4PROFILE_INSTANTIATION(TYPE) |
#define | TIMEMORY_WEAK_PREFIX |
#define | TIMEMORY_WEAK_POSTFIX |
Typedefs | |
using | G4ProfType = G4ProfileType |
using | RunProfConfig = G4ProfilerConfig< G4ProfType::Run > |
using | EventProfConfig = G4ProfilerConfig< G4ProfType::Event > |
using | TrackProfConfig = G4ProfilerConfig< G4ProfType::Track > |
using | StepProfConfig = G4ProfilerConfig< G4ProfType::Step > |
using | UserProfConfig = G4ProfilerConfig< G4ProfType::User > |
Functions | |
TIMEMORY_WEAK_PREFIX void | G4ProfilerInit (void) TIMEMORY_WEAK_POSTFIX |
#define G4PROFILE_INSTANTIATION | ( | TYPE | ) |
Definition at line 500 of file G4Profiler.cc.
#define TIMEMORY_WEAK_POSTFIX |
Definition at line 525 of file G4Profiler.cc.
#define TIMEMORY_WEAK_PREFIX |
Definition at line 524 of file G4Profiler.cc.
using EventProfConfig = G4ProfilerConfig<G4ProfType::Event> |
Definition at line 480 of file G4Profiler.cc.
using G4ProfType = G4ProfileType |
Definition at line 478 of file G4Profiler.cc.
using RunProfConfig = G4ProfilerConfig<G4ProfType::Run> |
Definition at line 479 of file G4Profiler.cc.
using StepProfConfig = G4ProfilerConfig<G4ProfType::Step> |
Definition at line 482 of file G4Profiler.cc.
using TrackProfConfig = G4ProfilerConfig<G4ProfType::Track> |
Definition at line 481 of file G4Profiler.cc.
using UserProfConfig = G4ProfilerConfig<G4ProfType::User> |
Definition at line 483 of file G4Profiler.cc.
void G4ProfilerInit | ( | void | ) |
Definition at line 538 of file G4Profiler.cc.
Referenced by G4RunProfilerInit().