https://github.com/sters/xhprof-html
xhprof (also tideways) result visualization tool from xhprof repo
https://github.com/sters/xhprof-html
php xhprof
Last synced: 4 months ago
JSON representation
xhprof (also tideways) result visualization tool from xhprof repo
- Host: GitHub
- URL: https://github.com/sters/xhprof-html
- Owner: sters
- Created: 2018-03-20T06:09:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-14T00:18:21.000Z (over 4 years ago)
- Last Synced: 2024-05-01T21:24:47.153Z (about 2 years ago)
- Topics: php, xhprof
- Language: PHP
- Homepage:
- Size: 803 KB
- Stars: 32
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xhprof-html
xhprof (or tideways) visualize html tool.
This repository some modified for especially solo usage from [xhprof repository](https://github.com/phacility/xhprof).
## Usage
1. clone repo
2. `php -S localhost:8000`
3. Access `http://localhost:8000/?dir={Your xhprof profiling result dir}`
## Tideways example
1. Install [tideways extension](https://github.com/tideways/php-xhprof-extension)
2. Write code and save profiler result.
```