Home
last modified time | relevance | path

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

/rocksdb-6.9/monitoring/
Diostats_context.cc39 if (!exclude_zero_counters || counter > 0) { \
43 std::string IOStatsContext::ToString(bool exclude_zero_counters) const { in ToString()
Dperf_context.cc419 if (!exclude_zero_counters || (counter > 0)) { \
428 if (!exclude_zero_counters || (kv.second.counter > 0)) { \
444 std::string PerfContext::ToString(bool exclude_zero_counters) const { in ToString()
/rocksdb-6.9/include/rocksdb/
Diostats_context.h21 std::string ToString(bool exclude_zero_counters = false) const;
Dperf_context.h55 std::string ToString(bool exclude_zero_counters = false) const;
Dc.h1146 rocksdb_perfcontext_t* context, unsigned char exclude_zero_counters);
/rocksdb-6.9/db/
Dc.cc2790 unsigned char exclude_zero_counters) { in rocksdb_perfcontext_report() argument
2791 return strdup(context->rep->ToString(exclude_zero_counters).c_str()); in rocksdb_perfcontext_report()