/profiler/

Profiler controls.

Sub-directories

/profiler/output/Control the output modes of the profiler.
/profiler/run/Profiler controls at the G4Run level
/profiler/event/Profiler controls at the G4Event level
/profiler/track/Profiler controls at the G4Track level
/profiler/step/Profiler controls at the G4Step level
/profiler/user/Profiler controls within user code

Commands

tree
flat
timeline
per_thread
per_event

tree []

Display the results as a call-stack hierarchy.

Available Geant4 state(s) : PreInit Idle

Parameters
type b

flat []

Display the results as a flat call-stack

Available Geant4 state(s) : PreInit Idle

Parameters
type b

timeline []

Do not merge duplicate entries at the same call-stack position. May be combined with tree or flat profiles.

Available Geant4 state(s) : PreInit Idle

Parameters
type b

per_thread []

Display the results for each individual thread (default: aggregation)

Available Geant4 state(s) : PreInit Idle

Parameters
type b

per_event []

Display the results for each individual G4event (default: aggregation)

Available Geant4 state(s) : PreInit Idle

Parameters
type b