|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| get_row_class ($row) | |
| set_listurlmode ($listurlmode) | |
Protected Member Functions | |
| col_url ($row) | |
| col_timecreated ($row) | |
| col_totalexecutiontime ($row) | |
| col_totalcputime ($row) | |
| col_totalmemory ($row) | |
Protected Attributes | |
| $listurlmode = false | |
Simple subclass of table_sql that provides some custom formatters for various columns, in order to make the main profiles list nicer
Definition at line 512 of file xhprof_moodle.php.
| col_timecreated | ( | $ | row | ) | [protected] |
Format profiling date, human and pointing to run
Definition at line 557 of file xhprof_moodle.php.

| col_totalcputime | ( | $ | row | ) | [protected] |
Format cpu time
Definition at line 574 of file xhprof_moodle.php.

| col_totalexecutiontime | ( | $ | row | ) | [protected] |
Format execution time
Definition at line 567 of file xhprof_moodle.php.

| col_totalmemory | ( | $ | row | ) | [protected] |
Format memory
Definition at line 581 of file xhprof_moodle.php.

| col_url | ( | $ | row | ) | [protected] |
Format URL, so it points to last run for that url
Definition at line 534 of file xhprof_moodle.php.
| get_row_class | ( | $ | row | ) |
Get row classes to be applied based on row contents
Reimplemented from table_sql.
Definition at line 519 of file xhprof_moodle.php.
| set_listurlmode | ( | $ | listurlmode | ) |
Define it the table is in listurlmode or not, output will be different based on that
Definition at line 527 of file xhprof_moodle.php.
$listurlmode = false [protected] |
Definition at line 514 of file xhprof_moodle.php.