Skip to content

Commit

Permalink
Merge pull request #388 from reliforp/improve-documentation
Browse files Browse the repository at this point in the history
Fix README.md
  • Loading branch information
sj-i committed Dec 18, 2023
2 parents 501d831 + 808ce77 commit 1cb561b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ $ cat 2183131.memory_dump.json | jq 'path(..|objects|select(."#reference_node_id
The refcount of the object recorded in the memory location is 6 in this example. Calling methods via `$obj->call()` adds refcount by 1, but `$this->call()` doesn't add refcount. References from objects_store don't add refcount too. So all 6 references are analyzed here.
See [./docs/memory-profiler.md](https://github.com/reliforp/reli-prof/blob/0.9.x/docs/memory-profiler.md) for more info.
See [./docs/memory-profiler.md](https://github.com/reliforp/reli-prof/blob/0.11.x/docs/memory-profiler.md) for more info.
## Troubleshooting
### I get an error message "php module not found" and can't get a trace!
Expand Down

0 comments on commit 1cb561b

Please sign in to comment.