An open API service indexing awesome lists of open source software.

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

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.

```