profiler now fixed in wrapper also

This commit is contained in:
Victor Olin 2023-05-01 15:58:20 +02:00
parent bf3d91cdf1
commit ec3aa3cd60
6 changed files with 41 additions and 15 deletions

View file

@ -16,7 +16,7 @@ namespace GC {
{
FunctionCalls = (GC::AllocStart | GC::CollectStart | GC::MarkStart | GC::SweepStart),
ChunkOps = (GC::ChunkMarked | GC::ChunkSwept | GC::ChunkFreed | GC::NewChunk | GC::ReusedChunk),
AllOps = ~0
AllOps = 0xFFFFFF
};
struct ProfilerEvent