Fixed ABS_PATH for profiler

This commit is contained in:
Victor Olin 2023-03-20 13:24:14 +01:00
parent fcae79ce0b
commit ffdffc475d
6 changed files with 99 additions and 24 deletions

View file

@ -27,7 +27,7 @@ namespace GC {
std::vector<GCEvent *> m_events;
std::ofstream create_file_stream();
std::string get_log_folder();
public:
static void record(GCEventType type);