Searched refs:Gen0 (Results 1 – 1 of 1) sorted by relevance
39 var newSnapshot = new GCStatsSnapshot(GC.CollectionCount(0) - lastSnapshot.Gen0, in GetSnapshot()55 this.Gen0 = gen0; in GCStatsSnapshot()60 public int Gen0 { get; } property in Grpc.Microbenchmarks.GCStatsSnapshot66 … return string.Format("[GCCollectionCount: gen0 {0}, gen1 {1}, gen2 {2}]", Gen0, Gen1, Gen2); in ToString()