summaryrefslogtreecommitdiff
path: root/simpleperf/doc
AgeCommit message (Collapse)Author
2017-08-21simpleperf: fix scripts based on test on darwin/windows.Yabin Cui
1. fix inferno.bat to correctly pass arguments. 2. type `inferno.bat` instead of `./inferno.bat`. 3. call `inferno.bat` in python should use shell=True. 4. fix the way to open browser on darwin/windows. Bug: http://b/64035530 Test: run test.py on all platforms. Change-Id: I5e22907d0c25186b129bf82e0f83d3b71e28ffb2
2017-08-18simpleperf: support --profile_from_launch option in app_profiler.py.Yabin Cui
Bug: http://b/34108866 Test: run test.py. Change-Id: I6476b02fe31bf3f949e61640a8637582b09f270e
2017-08-17simpleperf: add doc for --trace-offcpu option.Yabin Cui
Bug: http://b/37572306 Test: run `remarkable README.md`. Change-Id: I353dbc480a5af2755cde35132addaff890e715c5
2017-08-17Merge "simpleperf: add run_simpleperf_on_device.py."Yabin Cui
2017-08-17simpleperf: add run_simpleperf_on_device.py.Yabin Cui
It is added mainly to show in README.md how to detect whether trace-offcpu is supported on device, by `python run_simpleperf_on_device.py list --show-features`. Bug: http://b/32834638 Test: run test.py. Change-Id: I33a6fb81b650293faec233eb6a735bac7cb5e215
2017-08-14simpleperf: fix link of README.md.Yabin Cui
Bug: None Test: None Change-Id: If06288b0b5b2b2ec20a7fc4f930c5ca3d0198978
2017-07-31simpleperf: split README.md in doc directory.Yabin Cui
Move README.md to doc directory, split inferno doc into inferno.md, move pictures from scripts/inferno/ to doc/. Improve the content about showing flamegraphs in README.md. Bug: http://b/64123842 Test: No. Change-Id: Ia3ebd0bbbda21fa816b94cd349c901b5c7713564