Celeritas 0.6.0-rc.2.17+develop.70a89938
Loading...
Searching...
No Matches
Functions
TraceCounter.hh File Reference
#include <cstddef>
#include <cstdint>
#include <type_traits>
#include "corecel/Config.hh"
#include "ScopedProfiling.hh"
#include "detail/TraceCounterImpl.hh"
This graph shows which files directly or indirectly include this file:

Functions

template<class T >
void celeritas::trace_counter (char const *name, T value)
 Simple performance tracing counter.
 

Function Documentation

◆ trace_counter()

template<class T >
void celeritas::trace_counter ( char const name,
T  value 
)
inline

Simple performance tracing counter.

Template Parameters
TArithmetic counter type

Records a named value at the current timestamp which can then be displayed on a timeline. This is implemented for Perfetto and CUDA NVTX.

See https://perfetto.dev/docs/instrumentation/track-events#counters