summaryrefslogtreecommitdiff
path: root/compiler/jit/jit_logger.h
diff options
context:
space:
mode:
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: