Lines Matching refs:BlockCacheTraceAnalyzer

328 void BlockCacheTraceAnalyzer::WriteMissRatioCurves() const {  in WriteMissRatioCurves()
373 void BlockCacheTraceAnalyzer::UpdateFeatureVectors( in UpdateFeatureVectors()
407 void BlockCacheTraceAnalyzer::WriteMissRatioTimeline(uint64_t time_unit) const { in WriteMissRatioTimeline()
487 void BlockCacheTraceAnalyzer::WriteMissTimeline(uint64_t time_unit) const { in WriteMissTimeline()
553 void BlockCacheTraceAnalyzer::WriteSkewness( in WriteSkewness()
610 void BlockCacheTraceAnalyzer::WriteCorrelationFeatures( in WriteCorrelationFeatures()
650 void BlockCacheTraceAnalyzer::WriteCorrelationFeaturesToFile( in WriteCorrelationFeaturesToFile()
694 void BlockCacheTraceAnalyzer::WriteCorrelationFeaturesForGet( in WriteCorrelationFeaturesForGet()
709 std::set<std::string> BlockCacheTraceAnalyzer::ParseLabelStr( in ParseLabelStr()
728 std::string BlockCacheTraceAnalyzer::BuildLabel( in BuildLabel()
753 void BlockCacheTraceAnalyzer::TraverseBlocks( in TraverseBlocks()
789 void BlockCacheTraceAnalyzer::WriteGetSpatialLocality( in WriteGetSpatialLocality()
854 void BlockCacheTraceAnalyzer::WriteAccessTimeline(const std::string& label_str, in WriteAccessTimeline()
949 void BlockCacheTraceAnalyzer::WriteReuseDistance( in WriteReuseDistance()
1004 void BlockCacheTraceAnalyzer::UpdateReuseIntervalStats( in UpdateReuseIntervalStats()
1040 void BlockCacheTraceAnalyzer::WriteStatsToFile( in WriteStatsToFile()
1070 void BlockCacheTraceAnalyzer::WriteReuseInterval( in WriteReuseInterval()
1139 void BlockCacheTraceAnalyzer::WriteReuseLifetime( in WriteReuseLifetime()
1174 void BlockCacheTraceAnalyzer::WriteBlockReuseTimeline( in WriteBlockReuseTimeline()
1264 std::string BlockCacheTraceAnalyzer::OutputPercentAccessStats( in OutputPercentAccessStats()
1281 void BlockCacheTraceAnalyzer::WritePercentAccessSummaryStats() const { in WritePercentAccessSummaryStats()
1320 void BlockCacheTraceAnalyzer::WriteDetailedPercentAccessSummaryStats( in WriteDetailedPercentAccessSummaryStats()
1388 void BlockCacheTraceAnalyzer::WriteAccessCountSummaryStats( in WriteAccessCountSummaryStats()
1437 BlockCacheTraceAnalyzer::BlockCacheTraceAnalyzer( in BlockCacheTraceAnalyzer() function in ROCKSDB_NAMESPACE::BlockCacheTraceAnalyzer
1452 void BlockCacheTraceAnalyzer::ComputeReuseDistance( in ComputeReuseDistance()
1470 Status BlockCacheTraceAnalyzer::RecordAccess( in RecordAccess()
1522 Status BlockCacheTraceAnalyzer::Analyze() { in Analyze()
1599 void BlockCacheTraceAnalyzer::PrintBlockSizeStats() const { in PrintBlockSizeStats()
1637 void BlockCacheTraceAnalyzer::PrintAccessCountStats(bool user_access_only, in PrintAccessCountStats()
1786 void BlockCacheTraceAnalyzer::PrintDataBlockAccessStats() const { in PrintDataBlockAccessStats()
1897 void BlockCacheTraceAnalyzer::PrintStatsSummary() const { in PrintStatsSummary()
2132 BlockCacheTraceAnalyzer analyzer( in block_cache_trace_analyzer_tool()