Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
cesa.co.za /
sipdm.cesa.co.za /
lib /
xhprof /
Delete
Unzip
Name
Size
Permission
Date
Action
xhprof_html
[ DIR ]
drwxr-sr-x
2017-06-22 15:53
xhprof_lib
[ DIR ]
drwxr-sr-x
2017-06-22 15:33
CHANGELOG
3.28
KB
-rw-r--r--
2017-06-22 15:52
CREDITS
266
B
-rw-r--r--
2017-06-22 15:52
LICENSE
9.94
KB
-rw-r--r--
2017-06-22 15:52
README
186
B
-rw-r--r--
2017-06-22 15:52
index.html
0
B
-rw-r--r--
2017-06-22 15:52
readme_moodle.txt
1.98
KB
-rw-r--r--
2017-06-22 15:52
xhprof_moodle.php
36.24
KB
-rw-r--r--
2017-06-22 15:53
Save
Rename
Description of XHProf 0.9.2 library/viewer import into Moodle Removed (commit #1): * .arcconfig - Definitions for arcanist/phabricator removed completely * composer.json - Composer's definition removed completely * examples - examples dir removed completely * extension - extension dir removed completely * package.xml - PECL package definition removed completely * xhprof_html/docs - documentation dir removed completely Added (commit #2 - always taken from current moodle.git master): * index.html - prevent directory browsing on misconfigured servers * xhprof_moodle.php - containing all the stuff needed to run the xhprof profiler within Moodle * readme_moodle.txt - this file ;-) Our changes: Look for "moodle" in code (commit #3 - always mimic from current moodle.git master): * xhprof_html/index.php ----| * xhprof_html/callgraph.php -|=> Changed to use own DB iXHProfRuns implementation (moodle_xhprofrun) * xhprof_html/typeahead.php -| * xhprof_html/css/xhprof.css: Minor tweaks to report styles * xhprof_lib/utils/callgraph_utils.php: Modified to use $CFG->pathtodot TODO: * improvements to the listing mode: various commodity details like: - allow to filter by various criteria - inline (and ajax) editing of reference/comment and deleting - whatever daily usage discovers ;-) * add new settings to control if we want to profile things like: - php functions - memory - cpu times (all them are right now enabled for everybody by default) * allow multiple runs to be exported together (right now only ONE can be exported at a time). Note it is only an UI restriction, backend supports multiple. 20101122 - MDL-24600 - Eloy Lafuente (stronk7): Original import of 0.9.2 release 20110318 - MDL-26891 - Eloy Lafuente (stronk7): Implemented earlier profiling runs 20130621 - MDL-39733 - Eloy Lafuente (stronk7): Export & import of profiling runs 20160721 - MDL-55292 - Russell Smith (mr-russ): Add support for tideways profiler collection for PHP7