Home
last modified time | relevance | path

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

/rocksdb-6.9/tools/
Dtrace_analyzer_tool.cc1767 ta_[type].total_access = 0; in PrintStatistics()
1802 ta_[type].total_access += stat.a_count; in PrintStatistics()
1881 printf("Total access is: %" PRIu64 "\n", ta_[type].total_access); in PrintStatistics()
1913 ta_[type].total_access); in PrintStatistics()
Dtrace_analyzer_tool.h144 uint64_t total_access; member