Home
last modified time | relevance | path

Searched defs:GlobalStats (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/core/lib/debug/
H A Dstats_data.h171 struct GlobalStats { struct
172 enum class Counter {
207 enum class Histogram {
239 static const absl::string_view counter_name[static_cast<int>(Counter::COUNT)];
241 histogram_name[static_cast<int>(Histogram::COUNT)];
242 static const absl::string_view counter_doc[static_cast<int>(Counter::COUNT)];
244 histogram_doc[static_cast<int>(Histogram::COUNT)];
245 union {
282 Histogram_65536_26 call_initial_size;
283 Histogram_16777216_20 tcp_write_size;
[all …]
H A Dstats_data.cc408 GlobalStats::GlobalStats() in GlobalStats() function in grpc_core::GlobalStats
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/debug/
Dstats_data.h102 struct GlobalStats { struct
103 enum class Counter {
135 GlobalStats(); argument
136 static const absl::string_view counter_name[static_cast<int>(Counter::COUNT)];
138 histogram_name[static_cast<int>(Histogram::COUNT)];
139 static const absl::string_view counter_doc[static_cast<int>(Counter::COUNT)];
141 histogram_doc[static_cast<int>(Histogram::COUNT)];
142 union {
174 std::unique_ptr<GlobalStats> Diff(const GlobalStats& other) const; argument
Dstats_data.cc205 GlobalStats::GlobalStats() in GlobalStats() function in grpc_core::GlobalStats
/aosp_15_r20/external/crosvm/crosvm_plugin/src/
H A Dstats.rs21 pub struct GlobalStats { struct
25 pub static mut STATS: GlobalStats = GlobalStats { argument
33 impl GlobalStats { impl
/aosp_15_r20/external/scudo/standalone/tests/
H A Dstats_test.cpp26 TEST(ScudoStatsTest, GlobalStats) { in TEST() argument