Exemplo n.º 1
0
 private void GarbageCollectionFinishedCallback(GarbageCollectionFinished arg)
 {
     NotifyProfilerEvent(new Event(arg, arg.Timestamp, EventType.GarbageCollectionFinished));
 }
Exemplo n.º 2
0
 private void GarbageCollectionFinishedCallback(GarbageCollectionFinished arg)
 {
     AddEvent(arg.OsThreadId, CreateEvent(arg, arg.Timestamp, EventType.GarbageCollectionFinished));
 }