#ifndef PERFORMANCE_H__ #define PERFORMANCE_H__ #include "platform/time.h" class Performance { public: static StopwatchHandler watches; }; #endif /*PERFORMANCE_H__*/