summaryrefslogtreecommitdiff
path: root/compiler/jit/jit_logger.h
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2023-07-03 13:25:28 +0100
committer Nicolas Geoffray <ngeoffray@google.com> 2023-07-03 13:25:28 +0100
commit03b3e9dbad7ff6a27f279d153de2b8e2f465b020 (patch)
tree1ac3b9ecf5fa4b5f85348dab39ac8df1f73ad1be /compiler/jit/jit_logger.h
parentbcdcbf79a1cf9fbe012298283be6ccaa23336600 (diff)
Add the perf inject commands in the art script.
Test: art script Change-Id: Icb3786a3fafcda6f93d1af1c16f4f1c1e439476e
Diffstat (limited to 'compiler/jit/jit_logger.h')
-rw-r--r--compiler/jit/jit_logger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/jit/jit_logger.h b/compiler/jit/jit_logger.h
index 9d1f3073fa..79f47f817f 100644
--- a/compiler/jit/jit_logger.h
+++ b/compiler/jit/jit_logger.h
@@ -53,7 +53,7 @@ namespace jit {
//
// Command line Example:
// $ perf record -k mono dalvikvm -Xcompiler-option --generate-debug-info -cp <classpath> Test
-// $ perf inject -i perf.data -o perf.data.jitted
+// $ perf inject -j -i perf.data -o perf.data.jitted
// $ perf report -i perf.data.jitted
// $ perf annotate -i perf.data.jitted
// NOTE: