13 lines
185 B
C++
Executable File
13 lines
185 B
C++
Executable File
#ifndef PERFORMANCE_H__
|
|
#define PERFORMANCE_H__
|
|
|
|
#include "platform/time.h"
|
|
|
|
class Performance
|
|
{
|
|
public:
|
|
static StopwatchHandler watches;
|
|
};
|
|
|
|
#endif /*PERFORMANCE_H__*/
|