Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_system_extras
/
a343372858a0b504bceb348f038fbe6c500e32a0
/
simpleperf
/
scripts
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
51a6976
simpleperf: update simpleperf prebuilts to build 4237700.
by Yabin Cui
· 8 years ago
2da90c8
simpleperf: split README.md in doc directory.
by Yabin Cui
· 8 years ago
d97a532
simpleperf add more script tests.
by Yabin Cui
· 8 years ago
b9cc3f1
simpleperf: update simpleperf prebuilts to build 4219235.
by Yabin Cui
· 8 years ago
0cffcbe
Merge "simpleperf: move inferno to scripts directory."
by Treehugger Robot
· 8 years ago
12a6910
simpleperf: move inferno to scripts directory.
by Yabin Cui
· 8 years ago
3327578
simpleperf: support reporting trace offcpu data in simpleperf_report_lib.
by Yabin Cui
· 8 years ago
7d6936b
simpleperf: use --app option in python scripts and README.md.
by Yabin Cui
· 8 years ago
07fb9f2
Merge "simpleperf: add tests for scripts."
by Treehugger Robot
· 8 years ago
bfe1a73
simpleperf: add tests for scripts.
by Yabin Cui
· 8 years ago
c91cbde
simpleperf: update simpleperf prebuilts to build 4194070.
by Yabin Cui
· 8 years ago
b843926
simpleperf: replace config file with cmdline options.
by Yabin Cui
· 8 years ago
1a7855c
Inferno: A framegrapher based on simpleperf
by Fabien Sanglard
· 8 years ago
6cc52fd
simpleperf: add demo for kotlin.
by Yabin Cui
· 8 years ago
7c8b89a
Merge "simpleperf: fix the way to pull perf.data on windows."
by Yabin Cui
· 8 years ago
a2ed7c9
simpleperf: fix the way to pull perf.data on windows.
by Yabin Cui
· 8 years ago
7941d19
Merge "simpleperf: Support Ctrl-C in app_profiler.py."
by Yabin Cui
· 8 years ago
ccf7a5e
simpleperf: Support Ctrl-C in app_profiler.py.
by Yabin Cui
· 8 years ago
5b95558
simpleperf: fix importing tkinter in report.py.
by Yabin Cui
· 8 years ago
23ef269
simpleperf: update simpleperf prebuilts to build 4120823.
by Yabin Cui
· 8 years ago
21db24b
simpleperf: fix app_profiler.py.
by Yabin Cui
· 8 years ago
cb38f94
simpleperf: fix app_profiler.py.
by Yabin Cui
· 8 years ago
dcb2a3e
simpleperf: enable two options by default.
by Yabin Cui
· 8 years ago
9c5dc5b
simpleperf: make pprof_proto_generator.py work without binary_cache_dir.
by Yabin Cui
· 9 years ago
f0e9a51
Merge "simpleperf: fix scripts to be runnable by python3."
by Treehugger Robot
· 9 years ago
98058a8
simpleperf: fix scripts to be runnable by python3.
by Yabin Cui
· 9 years ago
b0d308d
simpleperf: update simpleperf prebuilts to build 3984832.
by Yabin Cui
· 9 years ago
cbddd38
simpleperf: fix scripts on windows.
by Yabin Cui
· 9 years ago
06956f3
simpleperf: Update doc for Android O.
by Yabin Cui
· 9 years ago
f691520
simpleperf: update simpleperf prebuilts to build 3929284.
by Yabin Cui
· 9 years ago
0c093f3
simpleperf: add --brief-callgraph option for report cmd.
by Yabin Cui
· 9 years ago
5bcac01
simpleperf: fix pprof proto generator.
by Yabin Cui
· 9 years ago
70158e5
simpleperf: update simpleperf prebuilts to build 3839284.
by Yabin Cui
· 9 years ago
d13976b
simpleperf: add new scripts in sdk artifacts.
by Yabin Cui
· 9 years ago
129b5d2
simpleperf: add script to generate proto data used by pprof.
by Yabin Cui
· 9 years ago
a54fa03
simpleperf: fix a small error.
by Yabin Cui
· 9 years ago
ada97db
simpleperf: generate one report for each event attr.
by Yabin Cui
· 9 years ago
35c99d9
Add instrumentation test support to app_profiler.py
by Chris Craik
· 9 years ago
8f3d148
simpleperf: profile non-debuggable apps on rooted devices.
by Yabin Cui
· 9 years ago
43c6963
simpleperf: Update document for scripts.
by Yabin Cui
· 9 years ago
5fac438
simpleperf: fix annotate.py.
by Yabin Cui
· 9 years ago
182d8a0
simpleperf: add scripts to sdk build.
by Yabin Cui
· 9 years ago
8d367ac
simpleperf: update scripts to use binaries in bin/.
by Yabin Cui
· 9 years ago
b3a66f1
simpleperf: update simpleperf prebuilts to build 3614643.
by Yabin Cui
· 9 years ago
d09d15b
simpleperf: add script to annotate source code.
by Yabin Cui
· 9 years ago
7c83a61
simpleperf: add script to manage app profiling process.
by Yabin Cui
· 9 years ago
c5f4f7e
simpleperf: add binary_cache_builder script.
by Yabin Cui
· 9 years ago
4ff9c6f
simpleperf: improve script interface.
by Yabin Cui
· 9 years ago
52c6369
simpleperf: add stuff in report_lib_interface.
by Yabin Cui
· 9 years ago
b2465ad
Support to use kallsyms
by Daniel Friederich
· 9 years ago
0e48e18
Support for multiple instances
by Daniel Friederich
· 9 years ago
3f829b1
simpleperf: update report shared library.
by Yabin Cui
· 9 years ago
a447c0d
simpleperf: add python report interface on linux.
by Yabin Cui
· 9 years ago