MDL-24600 profiling - add xhprof integration
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Sat, 20 Nov 2010 12:22:27 +0000 (13:22 +0100)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Mon, 20 Dec 2010 20:41:45 +0000 (21:41 +0100)
commit6af80cae0187d02f777ce1a3ba18a03e2cd1a941
treecccef1bd5d06992a5e3fc8e992db0ac82c58c2d0
parent88e5c58677d9f119811a2154167dcae91dafac52
MDL-24600 profiling - add xhprof integration
36 files changed:
admin/report/profiling/index.php [new file with mode: 0644]
admin/report/profiling/lang/en/report_profiling.php [new file with mode: 0644]
admin/report/profiling/settings.php [new file with mode: 0644]
admin/report/profiling/styles.css [new file with mode: 0644]
admin/settings/development.php
admin/settings/server.php
lang/en/admin.php
lib/db/install.xml [changed mode: 0644->0755]
lib/db/upgrade.php
lib/outputrenderers.php
lib/setup.php
lib/thirdpartylibs.xml
lib/xhprof/CHANGELOG [new file with mode: 0644]
lib/xhprof/CREDITS [new file with mode: 0644]
lib/xhprof/LICENSE [new file with mode: 0644]
lib/xhprof/README [new file with mode: 0644]
lib/xhprof/index.html [new file with mode: 0644]
lib/xhprof/readme_moodle.txt [new file with mode: 0644]
lib/xhprof/xhprof_html/callgraph.php [new file with mode: 0644]
lib/xhprof/xhprof_html/css/xhprof.css [new file with mode: 0644]
lib/xhprof/xhprof_html/index.php [new file with mode: 0644]
lib/xhprof/xhprof_html/jquery/indicator.gif [new file with mode: 0644]
lib/xhprof/xhprof_html/jquery/jquery-1.2.6.js [new file with mode: 0644]
lib/xhprof/xhprof_html/jquery/jquery.autocomplete.css [new file with mode: 0644]
lib/xhprof/xhprof_html/jquery/jquery.autocomplete.js [new file with mode: 0644]
lib/xhprof/xhprof_html/jquery/jquery.tooltip.css [new file with mode: 0644]
lib/xhprof/xhprof_html/jquery/jquery.tooltip.js [new file with mode: 0644]
lib/xhprof/xhprof_html/js/xhprof_report.js [new file with mode: 0644]
lib/xhprof/xhprof_html/typeahead.php [new file with mode: 0644]
lib/xhprof/xhprof_lib/display/typeahead_common.php [new file with mode: 0644]
lib/xhprof/xhprof_lib/display/xhprof.php [new file with mode: 0644]
lib/xhprof/xhprof_lib/utils/callgraph_utils.php [new file with mode: 0644]
lib/xhprof/xhprof_lib/utils/xhprof_lib.php [new file with mode: 0644]
lib/xhprof/xhprof_lib/utils/xhprof_runs.php [new file with mode: 0644]
lib/xhprof/xhprof_moodle.php [new file with mode: 0644]
version.php