Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
Description of XHProf 2.3.9 library/viewer import into Moodle
2
 
3
Removed (commit #1):
4
 * examples - examples dir removed completely
5
 * extension - extension dir removed completely
6
 * xhprof_html/docs - documentation dir removed completely
7
 
8
Added (commit #2 - always taken from current moodle.git master):
9
 * index.html - prevent directory browsing on misconfigured servers
10
 * xhprof_moodle.php - containing all the stuff needed to run the xhprof profiler within Moodle
11
 * readme_moodle.txt - this file ;-)
12
 
13
Our changes:  Look for "moodle" in code (commit #3 - always mimic from current moodle.git master):
14
 * xhprof_html/index.php  ----|
15
 * xhprof_html/callgraph.php -|=> Changed to use own DB iXHProfRuns implementation (moodle_xhprofrun)
16
 * xhprof_html/typeahead.php -|
17
 * xhprof_html/css/xhprof.css: Minor tweaks to report styles
18
 * xhprof_lib/utils/callgraph_utils.php: Modified to use $CFG->pathtodot
19
 
20
TODO:
21
 * improvements to the listing mode: various commodity details like:
22
       - allow to filter by various criteria
23
       - inline (and ajax) editing of reference/comment and deleting
24
       - whatever daily usage discovers ;-)
25
 * add new settings to control if we want to profile things like:
26
       - php functions
27
       - memory
28
       - cpu times
29
       (all them are right now enabled for everybody by default)
30
 * allow multiple runs to be exported together (right now only ONE can be
31
   exported at a time). Note it is only an UI restriction, backend supports multiple.
32
 
33
20101122 - MDL-24600 - Eloy Lafuente (stronk7): Original import of 0.9.2 release
34
20110318 - MDL-26891 - Eloy Lafuente (stronk7): Implemented earlier profiling runs
35
20130621 - MDL-39733 - Eloy Lafuente (stronk7): Export & import of profiling runs
36
20160721 - MDL-55292 - Russell Smith (mr-russ): Add support for tideways profiler collection for PHP7
37
20171002 - MDL-60313 - Marina Glancy (marinaglancy): Upgrade to 0.9.4 release; patched for PHP7.2
38
20190314 - MDL-64543 - Brendan Heywood (brendanheywood): Add support for conditional slow profiling
39
20191016 - MDL-65349 - Brendan Heywood (brendanheywood): Improved url matching behaviour
40
20201012 - MDL-67081 - Brendan Heywood (brendanheywood): Support selective profiles from CLI
41
20201210 - MDL-70297 - Ilya Tregubov (ilyatregubov): Upgrade to 2.2.3 release;
42
20210209 - MDL-70525 - Tomo Tsuyuki (tomotsuyuki): Allow huge number of values
43
20211209 - MDL-71705 - Ilya Tregubov (ilyatregubov): Upgrade to 2.3.5 release;
44
20221214 - MDL-76397 - Stevani Andolo (stevandoMoodle): Upgrade to 2.3.9 release;