Continued work on profiler
This commit is contained in:
parent
137687e446
commit
0d376171c8
6 changed files with 56 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ namespace GC {
|
|||
return m_instance;
|
||||
}
|
||||
|
||||
inline static Profiler *m_instance;
|
||||
inline static Profiler *m_instance = nullptr;
|
||||
vector<GCEvent *> m_events;
|
||||
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue