Chromium Code Reviews
DescriptionSupport instruction-level perf event profiling to Dart VM using V8's ll_prof.py.
Usage:
1) perf record -g out/ReleaseIA32/dart --ll-prof example.dart
2) third_party/v8/tools/ll_prof.py --disasm-top=3
This will produce a per-function and a per-instruction profile with
disassembly for the top 3 function in the profile.
Currently only available on Linux.
Committed: https://code.google.com/p/dart/source/detail?r=19044
Patch Set 1 #Patch Set 2 : #
Total comments: 3
Patch Set 3 : #Messages
Total messages: 5 (0 generated)
|