aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-mca/Views/DispatchStatistics.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/llvm-mca/Views/DispatchStatistics.h')
-rw-r--r--llvm/tools/llvm-mca/Views/DispatchStatistics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/llvm-mca/Views/DispatchStatistics.h b/llvm/tools/llvm-mca/Views/DispatchStatistics.h
index 8d999fb0acfe..81b582f74a6b 100644
--- a/llvm/tools/llvm-mca/Views/DispatchStatistics.h
+++ b/llvm/tools/llvm-mca/Views/DispatchStatistics.h
@@ -79,6 +79,7 @@ public:
printDispatchHistogram(OS);
}
StringRef getNameAsString() const override { return "DispatchStatistics"; }
+ json::Value toJSON() const override;
};
} // namespace mca
} // namespace llvm