• Home
  • Raw
  • Download

Lines Matching refs:Report

34 void Report::AddReportItem(const PerfRecordSample &sample, bool includeCallStack)  in AddReportItem()
84 void Report::AddReportItemBranch(const PerfRecordSample &sample) in AddReportItemBranch()
109 void Report::StatisticsRecords() in StatisticsRecords()
117 std::bind(&Report::MultiLevelSameAndUpdateCount, this, _1, _2)); in StatisticsRecords()
127 void Report::FilterDisplayRecords() in FilterDisplayRecords()
158 void Report::UpdateReportItemsAfterAdjust() in UpdateReportItemsAfterAdjust()
179 void Report::AdjustReportItems() in AdjustReportItems()
192 std::bind(&Report::MultiLevelSorting, this, _1, _2)); in AdjustReportItems()
217 int Report::MultiLevelCompare(const ReportItem &a, const ReportItem &b) in MultiLevelCompare()
240 bool Report::MultiLevelSame(const ReportItem &a, const ReportItem &b) in MultiLevelSame()
245 void Report::MergeCallFrameCount(ReportItem &leftItem, ReportItem &rightItem) in MergeCallFrameCount()
284 bool Report::MultiLevelSameAndUpdateCount(ReportItem &l, ReportItem &r) in MultiLevelSameAndUpdateCount()
301 bool Report::MultiLevelSorting(const ReportItem &a, const ReportItem &b) in MultiLevelSorting()
322 void Report::OutputStdStatistics(ReportEventConfigItem &config) in OutputStdStatistics()
342 bool Report::OutputStdStatistics(ReportEventConfigItem &config, ReportEventConfigItem &otherConfig) in OutputStdStatistics()
361 void Report::OutputStdHead(ReportEventConfigItem &config, bool diffMode) in OutputStdHead()
401 bool Report::OutputStdCallFrame(int indent, const std::string_view &funcName, uint64_t eventCount, in OutputStdCallFrame()
429 void Report::PrepareConsole() in PrepareConsole()
451 void Report::OutputStdCallFrames(int indent, const ReportItemCallFrame &callFrame, in OutputStdCallFrames()
491 void Report::OutputStdContent(ReportEventConfigItem &config) in OutputStdContent()
517 void Report::OutputStdContentItem(const ReportItem &reportItem) in OutputStdContentItem()
521 ReportKey &reportKey = Report::reportKeyMap_.at(sortKey); in OutputStdContentItem()
531 void Report::OutputStdItemHeating(float heat, float heat2) in OutputStdItemHeating()
560 void Report::OutputStdContentDiff(ReportEventConfigItem &left, ReportEventConfigItem &right) in OutputStdContentDiff()
609 void Report::OutputStd(FILE *output) in OutputStd()
621 void Report::OutputStdDiff(FILE *output, Report &other) in OutputStdDiff()