Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dperf_context_test.cc231 HistogramImpl hist_write_wal_time; in ProfileQueries() local
281 hist_write_wal_time.Add(get_perf_context()->write_wal_time); in ProfileQueries()
332 << hist_write_wal_time.ToString() << "\n" in ProfileQueries()
381 EXPECT_GT(hist_write_wal_time.Average(), 0); in ProfileQueries()