https://github.com/pakrym/android-prof
https://github.com/pakrym/android-prof
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pakrym/android-prof
- Owner: pakrym
- Created: 2014-03-25T13:24:36.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-23T10:49:41.000Z (over 12 years ago)
- Last Synced: 2025-02-15T11:26:03.718Z (over 1 year ago)
- Language: JavaScript
- Size: 223 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
android-prof
============
This is tool to show timeline base on log
Format is:
```
[timestamp] [start|finish]: [operation name] [aditional data: url/index ...]
```
Install using inserting and running following command in cmd.exe shell:
```
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/pakrym/android-prof/master/install.ps1'))"
```
Start by runnning:
```
profiler.cmd
```