mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 13:47:57 +03:00
Cleanup.
This commit is contained in:
parent
84036c2db4
commit
648b2474a5
2 changed files with 1 additions and 10 deletions
|
@ -2,14 +2,6 @@
|
|||
|
||||
#include <cassert>
|
||||
|
||||
CProfiler::CProfiler()
|
||||
{
|
||||
}
|
||||
|
||||
CProfiler::~CProfiler()
|
||||
{
|
||||
}
|
||||
|
||||
CProfiler::ZoneHandle CProfiler::RegisterZone(const char* name)
|
||||
{
|
||||
#ifdef PROFILE
|
||||
|
|
|
@ -22,8 +22,7 @@ public:
|
|||
typedef std::vector<ZONE> ZoneArray;
|
||||
typedef std::chrono::high_resolution_clock::time_point TimePoint;
|
||||
|
||||
CProfiler();
|
||||
virtual ~CProfiler();
|
||||
virtual ~CProfiler() = default;
|
||||
|
||||
ZoneHandle RegisterZone(const char*);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue