Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DHistogramTest.cs43 var data = hist.GetSnapshot(); in Simple()
63 var data = hist.GetSnapshot(); in ExtremeObservations()
76 hist1.GetSnapshot(data, false); in MergeSnapshots()
81 hist2.GetSnapshot(data, false); in MergeSnapshots()
99 var data = hist.GetSnapshot(true); // snapshot contains data before reset in Reset()
104 data = hist.GetSnapshot(); // snapshot contains state after reset in Reset()
DHistogram.cs75 public HistogramData GetSnapshot(bool reset = false) in GetSnapshot() method in Grpc.IntegrationTesting.Histogram
88 public void GetSnapshot(HistogramData mergeTo, bool reset) in GetSnapshot() method in Grpc.IntegrationTesting.Histogram
DStressTestClient.cs282 var snapshot = histogram.GetSnapshot(true); in GetQpsAndReset()
283 var timeSnapshot = timeStats.GetSnapshot(true); in GetQpsAndReset()
DTimeStats.cs52 public Snapshot GetSnapshot(bool reset) in GetSnapshot() method in Grpc.IntegrationTesting.TimeStats
DClientRunners.cs165 hist.GetSnapshot(histogramData, reset); in GetStats()
168 var timeSnapshot = timeStats.GetSnapshot(reset); in GetStats()
DServerRunners.cs141 var timeSnapshot = timeStats.GetSnapshot(reset); in GetStats()
/external/grpc-grpc/src/csharp/Grpc.Microbenchmarks/
DGCStats.cs35 public GCStatsSnapshot GetSnapshot(bool reset = false) in GetSnapshot() method in Grpc.Microbenchmarks.GCStats
DThreadedBenchmark.cs62 … Console.WriteLine("All threads finished (GC Stats Delta: " + gcStats.GetSnapshot() + ")"); in Run()
/external/v8/src/profiler/
Dheap-profiler.h53 HeapSnapshot* GetSnapshot(int index);
Dheap-profiler.cc170 HeapSnapshot* HeapProfiler::GetSnapshot(int index) { in GetSnapshot() function in v8::internal::HeapProfiler
/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/
Ddatastore_v3.pb.go2208 func (m *PutRequest) GetSnapshot() []*Snapshot { func
2297 func (m *TouchRequest) GetSnapshot() []*Snapshot { func
2381 func (m *DeleteRequest) GetSnapshot() []*Snapshot { func
/external/v8/src/
Dapi.cc10378 reinterpret_cast<i::HeapProfiler*>(this)->GetSnapshot(index)); in GetHeapSnapshot()