11 lines
113 B
C++
Executable File
11 lines
113 B
C++
Executable File
#pragma once
|
|
|
|
#include "platform/time.hpp"
|
|
|
|
class Performance
|
|
{
|
|
public:
|
|
static StopwatchHandler watches;
|
|
};
|
|
|