|
HDK
|
#include <debug.h>
Public Member Functions | |
| TimedScopeHelper (bool enabled, const char *fmt,...) ARCH_PRINTF_FUNCTION(3 | |
| ~TimedScopeHelper () | |
Public Attributes | |
| bool | active |
| std::string | str |
| TfStopwatch | stopwatch |
| TfDebug::TimedScopeHelper< B >::TimedScopeHelper | ( | bool | enabled, |
| const char * | fmt, | ||
| ... | |||
| ) |
| TfDebug::TimedScopeHelper< B >::~TimedScopeHelper | ( | ) |
| bool TfDebug::TimedScopeHelper< B >::active |
| TfStopwatch TfDebug::TimedScopeHelper< B >::stopwatch |
| std::string TfDebug::TimedScopeHelper< B >::str |