Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_system_extras
/
refs/heads/r
/
simpleperf
/
scripts
/
test.py
6ddf93b
simpleperf: fix flaky test TestApiProfiler.
by Yabin Cui
· 6 years ago
a4496ad
simpleperf: support libraries without build ids when recording.
by Yabin Cui
· 6 years ago
d347bb4
simpleperf: fix build_id checking.
by Yabin Cui
· 6 years ago
e681f64
simpleperf: fix failed python tests on Android O.
by Yabin Cui
· 6 years ago
89f04a0
Merge "simpleperf: fix test due to llvm-symbolizer upgrade."
by Yabin Cui
· 6 years ago
38afb47
simpleperf: fix test due to llvm-symbolizer upgrade.
by Yabin Cui
· 6 years ago
50608bd
simpleperf: fix test.py on x86/x86_64.
by Yabin Cui
· 6 years ago
24ff82c
simpleperf: allow more than one pattern in test.py.
by Yabin Cui
· 6 years ago
e43663b
simpleperf: add browser option in test.py.
by Yabin Cui
· 6 years ago
00674cc
simpleperf: keep generated data of test.py.
by Yabin Cui
· 6 years ago
76554a4
simpleperf: merge jitted and interpreted java methods.
by Yabin Cui
· 6 years ago
61a5c01
simpleperf: add app tests in python test.
by Yabin Cui
· 6 years ago
169b4a2
simpleperf: fix location addresses in generated pprof files.
by Yabin Cui
· 6 years ago
15f2323
Merge "simpleperf: split test progress and log of test.py."
by Yabin Cui
· 6 years ago
f92a2fd
simpleperf: split test progress and log of test.py.
by Yabin Cui
· 6 years ago
33f5f32
simpleperf: use path in binary_cache in pprof_proto_generator.py.
by Yabin Cui
· 6 years ago
ba720a4
simpleperf: fix build id in pprof_proto_generator.py.
by Yabin Cui
· 6 years ago
5422a2d
simpleperf: switch to llvm-symbolizer.
by Yabin Cui
· 6 years ago
0e50ea4
simpleperf: fix is_elf_file.
by Yabin Cui
· 6 years ago
68220c5
simpleperf: fix report_html.py.
by Yabin Cui
· 6 years ago
fa1ac4c
simpleperf: fix filters in pprof_proto_generator.py.
by Yabin Cui
· 6 years ago
e2600f4
simpleperf: work around a simpleperf bug on Android Q.
by Yabin Cui
· 6 years ago
5d269c7
simpleperf: check content in build_id_list.
by Yabin Cui
· 6 years ago
af31dd8
simpleperf: update simpleperf prebuilts to build 5611423.
by Yabin Cui
· 6 years ago
c3a8582
Merge "simpleperf: add --aggregate-by-thread-name in report_html.py."
by Yabin Cui
· 6 years ago
6c19cde
simpleperf: add --aggregate-by-thread-name in report_html.py.
by Yabin Cui
· 6 years ago
782beb7
simpleperf: add --show_art_frames in pprof_proto_generatory.py.
by Yabin Cui
· 6 years ago
847f3fd
simpleperf: fix segfault caused by reused thread ids.
by Yabin Cui
· 6 years ago
e2f99e6
simpleperf: add test for start/stop api.
by Yabin Cui
· 6 years ago
16dde31
python: run tests for both python and python3.
by Yabin Cui
· 7 years ago
6e1cfaa
Merge "simpleperf: fix binary_cache_builder.py."
by Yabin Cui
· 7 years ago
7cefa24
simpleperf: fix binary_cache_builder.py.
by Yabin Cui
· 7 years ago
9568429
simpleperf: support pids in app_profiler.py.
by Yabin Cui
· 7 years ago
83b3206
simpleperf: use Addr2Nearestline in annotate.py.
by Yabin Cui
· 7 years ago
95cfaba
simpleperf: make scripts executable.
by Yabin Cui
· 7 years ago
7488968
simpleperf: support long callchain in report_html.py.
by Yabin Cui
· 7 years ago
b90c178
simpleperf: add --binary_filter option in report_html.py.
by Yabin Cui
· 7 years ago
6eb8747
simpleperf: fix an error passing wrong option name.
by Yabin Cui
· 7 years ago
e02df35
simpleperf: export tracing info in python interface.
by Yabin Cui
· 7 years ago
370c341
simpleperf: fix pylint warnings in python scripts.
by Yabin Cui
· 7 years ago
c160f2c
simpleperf: fix recording Java code with -p option.
by Yabin Cui
· 7 years ago
acf04b2
simpleperf: add --size-limit option in record cmd.
by Yabin Cui
· 7 years ago
2969a9e
simpleperf: use binary mode for build_id_list.
by Yabin Cui
· 7 years ago
92c4cb1
simpleperf: fix some errors testing on windows.
by Yabin Cui
· 7 years ago
8de07ba
simpleperf: refactor app_profiler.py.
by Yabin Cui
· 7 years ago
7c8847b
simpleperf: remove Java interpreter frames by default.
by Yabin Cui
· 7 years ago
d5d9c42
simpleperf: add a python script to record without usb connection.
by Yabin Cui
· 7 years ago
40b70ff
simpleperf: Improve the way downloading native libs on device.
by Yabin Cui
· 7 years ago
b00b37d
simpleperf: stop recording when app exits.
by Yabin Cui
· 7 years ago
a4af357
simpleperf: fix test.py to pass on non-rooted devices.
by Yabin Cui
· 8 years ago
fd98e54
simpleperf: fix two tests in test.py.
by Yabin Cui
· 8 years ago
310c034
Merge "simpleperf: fix parsing perf.data generated by --trace-offcpu option."
by Yabin Cui
· 8 years ago
bf1dd36
simpleperf: fix parsing perf.data generated by --trace-offcpu option.
by Yabin Cui
· 8 years ago
c1e72df
simpleperf: show event count in milliseconds in html interface.
by Yabin Cui
· 8 years ago
b956d24
simpleperf: support disassembly in html report interface.
by Yabin Cui
· 8 years ago
706c3df
simpleperf: support source code in html report interface.
by Yabin Cui
· 8 years ago
45f6131
simpleperf: fix scripts.
by Yabin Cui
· 8 years ago
a5d0dab
simpleperf: add a python class to wrap objdump.
by Yabin Cui
· 8 years ago
b35b061
simpleperf: Add a python class to wrap addr2line.
by Yabin Cui
· 8 years ago
2c79347
simpleperf: export symbol_len in report lib interface.
by Yabin Cui
· 8 years ago
a0e96bd
simpleperf: add html report interface.
by Yabin Cui
· 8 years ago
e01b2b6
simpleperf: allow inferno to run from any dir.
by Yabin Cui
· 8 years ago
7cb6f29
simpleperf: fix --app option for multiprocess apps.
by Yabin Cui
· 8 years ago
8838769
simpleperf: fix finding app's process.
by Yabin Cui
· 8 years ago
d66938d
simpleperf: improve test.py.
by Yabin Cui
· 8 years ago
b5b94a6
simpleperf: fix scripts based on test on darwin/windows.
by Yabin Cui
· 8 years ago
a1c5d2c
simpleperf: support --profile_from_launch option in app_profiler.py.
by Yabin Cui
· 8 years ago
001e76b
Merge "simpleperf: fix inferno and test content of report.html."
by Yabin Cui
· 8 years ago
72dd31f
Merge "simpleperf: add run_simpleperf_on_device.py."
by Yabin Cui
· 8 years ago
c4dc436
simpleperf: add run_simpleperf_on_device.py.
by Yabin Cui
· 8 years ago
d3c40e7
simpleperf: fix inferno and test content of report.html.
by Yabin Cui
· 8 years ago
80a1e12
simpleperf: export more info through report_lib_interface.
by Yabin Cui
· 8 years ago
69bce02
simpleperf: use app_profiler.py in inferno.
by Yabin Cui
· 8 years ago
51bdff6
Merge "simpleperf: support profiling native programs in app_profiler.py."
by Yabin Cui
· 8 years ago
58d1088
simpleperf: support profiling native programs in app_profiler.py.
by Yabin Cui
· 8 years ago
1dafb1a
simpleperf: fix supporting ctrl-c when using `adb shell simpleperf xxx`.
by Yabin Cui
· 8 years ago
d97a532
simpleperf add more script tests.
by Yabin Cui
· 8 years ago
3327578
simpleperf: support reporting trace offcpu data in simpleperf_report_lib.
by Yabin Cui
· 8 years ago
bfe1a73
simpleperf: add tests for scripts.
by Yabin Cui
· 8 years ago