Home
last modified time | relevance | path

Searched refs:GCStatsSnapshot (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Microbenchmarks/
DGCStats.cs28 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 class
53 public GCStatsSnapshot(int gen0, int gen1, int gen2) in GCStatsSnapshot() method in Grpc.Microbenchmarks.GCStatsSnapshot