Author: Remi Meier <[email protected]>
Branch: stmgc-c8
Changeset: r83584:17de67ace831
Date: 2016-04-08 11:34 +0300
http://bitbucket.org/pypy/pypy/changeset/17de67ace831/
Log: improve perf script some more
diff --git a/rpython/tool/perf-disassemble.sh b/rpython/tool/perf-disassemble.sh
--- a/rpython/tool/perf-disassemble.sh
+++ b/rpython/tool/perf-disassemble.sh
@@ -49,4 +49,4 @@
;;
esac
done
-gdb -q -p $pid -ex "set disassembly $flavor" -ex "disas /$raw$src
$start,$stop" -ex q -batch
+gdb -q -p $pid -ex "set disassembly $flavor" -ex "disas /$raw$src
$start,$stop" -ex q -batch | sed "s/=>/ /g"
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit