profiler now fixed in wrapper also
This commit is contained in:
parent
bf3d91cdf1
commit
ec3aa3cd60
6 changed files with 41 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue