Searched refs:new_stats (Results 1 – 2 of 2) sorted by relevance
| /rocksdb-6.9/tools/ |
| D | trace_analyzer_tool.cc | 1379 &new_stats.a_key_f); in OpenStatsOutputFiles() 1380 s = CreateOutputFile(type, new_stats.cf_name, in OpenStatsOutputFiles() 1382 &new_stats.a_key_num_f); in OpenStatsOutputFiles() 1385 &new_stats.w_key_f); in OpenStatsOutputFiles() 1390 s = CreateOutputFile(type, new_stats.cf_name, in OpenStatsOutputFiles() 1404 s = CreateOutputFile(type, new_stats.cf_name, in OpenStatsOutputFiles() 1412 &new_stats.time_series_f); in OpenStatsOutputFiles() 1416 s = CreateOutputFile(type, new_stats.cf_name, in OpenStatsOutputFiles() 1422 s = CreateOutputFile(type, new_stats.cf_name, in OpenStatsOutputFiles() 1424 &new_stats.a_key_size_f); in OpenStatsOutputFiles() [all …]
|
| D | trace_analyzer_tool.h | 236 Status OpenStatsOutputFiles(const std::string& type, TraceStats& new_stats);
|