Minor changes

Co-authored-by: ValterMiari <ValterMiari@users.noreply.github.com>
This commit is contained in:
Victor Olin 2023-03-21 14:31:40 +01:00
parent edeff09e86
commit 8081bc5d67
11 changed files with 39 additions and 81 deletions

View file

@ -68,8 +68,10 @@ namespace GC
<< "\n Size: " << chunk->size
<< "\n Mark: " << chunk->marked;
}
fstr << "\n--------------------------------" << std::endl;
// else if (event->get)
fstr << "\n";
}
fstr << "--------------------------------" << std::endl;
}
void Profiler::dispose() {