Home
last modified time | relevance | path

Searched defs:Snapshot (Results 1 – 10 of 10) sorted by relevance

/third_party/grpc/src/core/ext/xds/
Dxds_client_stats.h107 struct Snapshot { struct
113 Snapshot& operator+=(const Snapshot& other) { argument
137 Snapshot GetSnapshotAndReset(); argument
174 struct Snapshot { struct
181 Snapshot& operator+=(const Snapshot& other) { argument
186 for (const auto& p : other.backend_metrics) {
212 Snapshot GetSnapshotAndReset(); argument
/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_client_stats.h146 struct Snapshot { struct
153 Snapshot& operator+=(const Snapshot& other) { argument
158 for (const auto& p : other.backend_metrics) {
184 Snapshot GetSnapshotAndReset(); argument
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DTimeStats.cs71 public class Snapshot class in Grpc.IntegrationTesting.TimeStats
77 …public Snapshot(TimeSpan wallClockTime, TimeSpan userProcessorTime, TimeSpan privilegedProcessorTi… in Snapshot() method in Grpc.IntegrationTesting.TimeStats.Snapshot
/third_party/grpc/test/core/debug/
Dstats_test.cc34 class Snapshot { class
36 Snapshot() { grpc_stats_collect(&begin_); } in Snapshot() function in grpc::testing::Snapshot
/third_party/flutter/engine/flutter/third_party/txt/tests/
Drender_test.cc51 bool RenderTest::Snapshot() { in Snapshot() function in txt::RenderTest
/third_party/python/Doc/library/
Dtracemalloc.rst525 Snapshot section in API
/third_party/typescript/tests/cases/compiler/
DdeeplyNestedCheck.ts7 interface Snapshot<T> extends DataSnapshot { interface
/third_party/benchmark/src/
Dperf_counters.h95 BENCHMARK_ALWAYS_INLINE bool Snapshot(PerfCounterValues* values) const { in Snapshot() function
/third_party/jerryscript/docs/
D04.INTERNALS.md203 ## Snapshot section in Byte-code
/third_party/python/Lib/
Dtracemalloc.py415 class Snapshot: class