Skip to content

Commit 133051f

Browse files
committed
Add configuration setup for tideways.
Refs #198
1 parent 778f8dc commit 133051f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,24 @@ Some Notes:
325325
* The waterfall display is still very much in alpha.
326326
* Feedback and pull requests are welcome :)
327327

328+
Using Tideways Extension
329+
========================
330+
331+
The XHProf PHP extension is not compatible with PHP7.0+. Instead you'll need to
332+
use the [tideways extension](https://github.com/tideways/php-profiler-extension).
333+
334+
Once installed, you can use the following configuration data:
335+
336+
```ini
337+
[tideways]
338+
extension="/path/to/tideways/tideways.so"
339+
tideways.connection=unix:///usr/local/var/run/tidewaysd.sock
340+
tideways.load_library=0
341+
tideways.auto_prepend_library=0
342+
tideways.auto_start=0
343+
tideways.sample_rate=100
344+
```
345+
328346
Releases / Changelog
329347
====================
330348

0 commit comments

Comments
 (0)