File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
![ Supported PHP versions: 7.1 ... 8.x] ( https://img.shields.io/badge/php-7.1%20...%208.x-blue.svg ) [ ![ Build Status] ( https://travis-ci.com/arnaud-lb/php-memory-profiler.svg?branch=v2 )] ( https://travis-ci.com/arnaud-lb/php-memory-profiler )
4
4
5
- php-memprof is a fast and accurate memory profiling extension for PHP that can be used to detect memory leaks.
5
+ php-memprof is a fast and accurate memory profiling extension for PHP that can be used to find the cause of memory leaks.
6
6
7
7
## Features
8
8
@@ -24,13 +24,13 @@ installed with:
24
24
25
25
### Using PECL
26
26
27
- Make sure to install dependencies, and then:
27
+ Make sure to install [ dependencies] ( #dependencies ) , and then:
28
28
29
29
pecl install memprof
30
30
31
31
### Manually
32
32
33
- Make sure to install dependencies, and then:
33
+ Make sure to install [ dependencies] ( #dependencies ) , and then:
34
34
35
35
Download the source and run the following commands in the source directory:
36
36
@@ -71,7 +71,7 @@ one it its variants to dump the memory profile.
71
71
This can be done at anytime during the program, ideally when the leak is large,
72
72
so that it will be more visible in the profile.
73
73
74
- This can be done multiple times during the same execution, if necessary.
74
+ This can be done multiple times during the same execution, but this is not necessary.
75
75
76
76
### 3. Visualizing the profile
77
77
You can’t perform that action at this time.
0 commit comments