summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-mca/Views/SchedulerStatistics.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/llvm-mca/Views/SchedulerStatistics.h')
-rw-r--r--llvm/tools/llvm-mca/Views/SchedulerStatistics.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/tools/llvm-mca/Views/SchedulerStatistics.h b/llvm/tools/llvm-mca/Views/SchedulerStatistics.h
index de70db26ed4..3515546f083 100644
--- a/llvm/tools/llvm-mca/Views/SchedulerStatistics.h
+++ b/llvm/tools/llvm-mca/Views/SchedulerStatistics.h
@@ -70,9 +70,7 @@ public:
Usage(STI.getSchedModel().NumProcResourceKinds, {0, 0, 0}) {}
void onEvent(const HWInstructionEvent &Event) override;
-
void onCycleBegin() override { NumCycles++; }
-
void onCycleEnd() override { updateHistograms(); }
// Increases the number of used scheduler queue slots of every buffered
OpenPOWER on IntegriCloud