diff options
| author | 2016-09-06 23:12:04 +0000 | |
|---|---|---|
| committer | 2016-09-06 23:12:04 +0000 | |
| commit | ddac139d83bfb121d1536fb40ab48c9bee6c25b1 (patch) | |
| tree | c15c6f0b213845b20a0bae8b900940a4eecdd3f5 | |
| parent | be4fae3421bed599eeecbdec5aeff75f9dd3d6f2 (diff) | |
| parent | 8da4977058b1f918321b8573629270a2392891a7 (diff) | |
Merge "Add -g to art script --perf-report"
| -rw-r--r-- | tools/art | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ if [ "$ANDROID_DATA" = "/data" ] || [ "$ANDROID_DATA" = "" ]; then fi if [ z"$PERF" != z ]; then - invoke_with="perf record -o $ANDROID_DATA/perf.data -e cycles:u $invoke_with" + invoke_with="perf record -g -o $ANDROID_DATA/perf.data -e cycles:u $invoke_with" DEBUG_OPTION="-Xcompiler-option --generate-debug-info" fi |