This commit is contained in:
Irlan
2019-03-30 10:48:24 -03:00
parent 4984fa2a2e
commit 812ee84d7e
8 changed files with 69 additions and 67 deletions

View File

@ -43,9 +43,9 @@ public:
void EndEvents();
void BeginEvent(i32 tid, i32 pid, const char* name, float64 time);
void BeginEvent(const char* name, float64 time);
void EndEvent(i32 tid, i32 pid, const char* name, float64 time);
void EndEvent(const char* name, float64 time);
private:
FILE * m_file;
FileWriteStream* m_stream;