]> git.mjollnir.org Git - moodle.git/commit
PERF logging - move handling to moodle_request_shutdown()
authormartinlanghoff <martinlanghoff>
Wed, 12 Sep 2007 02:57:26 +0000 (02:57 +0000)
committermartinlanghoff <martinlanghoff>
Wed, 12 Sep 2007 02:57:26 +0000 (02:57 +0000)
commitcf1348caae11ac43c62d124a3ce208d01daf6351
tree6ba6c476dd24c028d18863c5ca9bd74486051e60
parent3446daa3daa9ea4e93db824bb9b5fe5d911be0fe
PERF logging - move handling to moodle_request_shutdown()

By moving the performance profile logging to the very
end of PHP processing, we cover more pages, notably those
that don't end up with a footer or a redirect, like file
serving.

This should improve quality of our performance logs, and
help catch some piggies...
lib/moodlelib.php
lib/setup.php
lib/weblib.php