|
HDK
|
#include <trace.h>
Public Member Functions | |
| TraceCounterHolder (const TraceKey &key) | |
| bool | IsEnabled () const |
| void | Record (double value, bool delta) |
Holds on to a counter key, as well as the global collector for fast lookup.
|
inlineexplicit |
|
inline |
Returns whether the TraceCollector is enabled or not.
|
inline |
Records a counter delta value if the TraceCollector is enabled.