Searched refs:GCStatsSnapshot (Results 1 – 1 of 1) sorted by relevance
28 GCStatsSnapshot lastSnapshot;32 …lastSnapshot = new GCStatsSnapshot(GC.CollectionCount(0), GC.CollectionCount(1), GC.CollectionCoun… in GCStats()35 public GCStatsSnapshot GetSnapshot(bool reset = false) in GetSnapshot()39 var newSnapshot = new GCStatsSnapshot(GC.CollectionCount(0) - lastSnapshot.Gen0, in GetSnapshot()51 public class GCStatsSnapshot class53 public GCStatsSnapshot(int gen0, int gen1, int gen2) in GCStatsSnapshot() method in Grpc.Microbenchmarks.GCStatsSnapshot