Celeritas 0.6.0-rc.2.13+develop.285b9112
|
RAII class for managing a perfetto session and its resources. More...
Classes | |
class | celeritas::TracingSession |
RAII wrapper for a tracing session. More... | |
Functions | |
void | celeritas::flush_tracing () noexcept |
Perform the same action a TracingSession::flush , however, it does not require a session instance. | |
RAII class for managing a perfetto session and its resources.
|
inlinenoexcept |
Perform the same action a TracingSession::flush
, however, it does not require a session instance.
This is useful in geant4 applications, where workers do not have access to the session instance.