improve profiler

This commit is contained in:
Irlan
2019-04-01 11:03:12 -03:00
parent 3f55504a91
commit f195e77be7
8 changed files with 133 additions and 162 deletions

View File

@ -59,6 +59,8 @@ public:
// End the top scope.
void EndScope();
private:
friend class RecorderProfiler;
ProfilerNode* CreateNode();
void DestroyNode(ProfilerNode* node);