mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 01:58:44 +08:00
[Docs][llvm-exegesis] Add documentation for --use-dummy-perf-counters
This patch adds in documentation for the --use-dummy-perf-counters option (introduced in D146301). Reviewed By: kpdev42 Differential Revision: https://reviews.llvm.org/D147842
This commit is contained in:
@@ -362,6 +362,13 @@ OPTIONS
|
||||
If set, llvm-exegesis will dump the generated code to a temporary file to
|
||||
enable code inspection. Disabled by default.
|
||||
|
||||
.. option:: --use-dummy-perf-counters
|
||||
|
||||
If set, llvm-exegesis will not read any real performance counters and
|
||||
return a dummy value instead. This can be used to ensure a snippet doesn't
|
||||
crash when hardware performance counters are unavailable and for
|
||||
debugging :program:`llvm-exegesis` itself.
|
||||
|
||||
EXIT STATUS
|
||||
-----------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user