Skip to content

Commit

Permalink
Add configuration setup for tideways.
Browse files Browse the repository at this point in the history
Refs #198
  • Loading branch information
markstory committed Mar 15, 2017
1 parent 778f8dc commit 133051f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,24 @@ Some Notes:
* The waterfall display is still very much in alpha.
* Feedback and pull requests are welcome :)

Using Tideways Extension
========================

The XHProf PHP extension is not compatible with PHP7.0+. Instead you'll need to
use the [tideways extension](https://github.com/tideways/php-profiler-extension).

Once installed, you can use the following configuration data:

```ini
[tideways]
extension="/path/to/tideways/tideways.so"
tideways.connection=unix:///usr/local/var/run/tidewaysd.sock
tideways.load_library=0
tideways.auto_prepend_library=0
tideways.auto_start=0
tideways.sample_rate=100
```

Releases / Changelog
====================

Expand Down

0 comments on commit 133051f

Please sign in to comment.