29 #ifndef __PerformanceStats__ 30 #define __PerformanceStats__ 33 #include "IPerformanceMetric.h" 38 enum EDoWhat { eGetValue, eResetValue };
59 static void Startup();
60 static void Shutdown();
69 PerformanceStats::RegisterCounter(counter, callback, refPtr, shortName, longName);
73 PerformanceStats::DeRegisterCounter(fCounterID) ;
79 #endif // __PerformanceStats__