Skip to content

Commit 2c242bc

Browse files
committed
Clarify that reli analysis is a separate offline step
"then hand it to reli" could read as if the extension launches reli itself. Make clear the dump is just a file, analysed later/offline. https://claude.ai/code/session_017skw8BsHkF8wur7Pf4G9W5
1 parent 28333ca commit 2c242bc

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
[![build](https://github.com/reliforp/ext-rdump/actions/workflows/build.yml/badge.svg)](https://github.com/reliforp/ext-rdump/actions/workflows/build.yml)
44

5-
Take a memory dump of the **current PHP process** at any point in time, then hand
6-
it to [reli](https://github.com/reliforp/reli-prof) for analysis.
5+
Take a memory dump of the **current PHP process** at any point in time. The dump
6+
is just a file; you analyse it later, offline, with
7+
[reli](https://github.com/reliforp/reli-prof).
78

89
One call writes a snapshot of your process's memory to a file:
910

0 commit comments

Comments
 (0)