File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 33SimpleProfiler v2.0.0 for PHP >= 5.5
44=========
55
6- It helps to add profiler to your php-project easy.
6+ The SimpleProfiler is a tool for automatic analysis of code.
7+ Or, you just using simple tools like Timer and Counters.
78
89##### Features:
9- - Easy to implement .
10+ - Easy to connect to a project if you want of automatic analysis of your code .
1011- Has 'counter' and 'timer' tools.
1112- Has grouping for compare elements.
1213- Support anonymous function.
1314- Written on PHP.
1415
15- ### 1. How to add the profiler to you project
16+ ### 1. How to add the profiler to you project for automatic analysis of code
17+ Note. You can use profiler tools like 'counter' and 'timer' without this step.
1618
1719All you need is open your 'autoload' function, and use the profiler's function for loading class.
1820
@@ -102,7 +104,7 @@ Example of output:
102104
103105Note. Calculation of ` cost ` does not accounting nested function, it just uses sum time of elements in a group.
104106
105- ### Usage
107+ ### 3. Usage of Tools
106108
1071091 . Using timers tool
108110``` php
You can’t perform that action at this time.
0 commit comments