Moodle PHP Documentation 4.5
Moodle 4.5.5+ (Build: 20250711) (ce34e8ff087)
xhprof_table_sql Class Reference

Simple subclass of table_sql that provides some custom formatters for various columns, in order to make the main profiles list nicer. More...

Inheritance diagram for xhprof_table_sql:

Public Member Functions

 get_row_class ($row)
 Get row classes to be applied based on row contents.
 
 set_listurlmode ($listurlmode)
 Define it the table is in listurlmode or not, output will be different based on that.
 

Protected Member Functions

 col_timecreated ($row)
 Format profiling date, human and pointing to run.
 
 col_totalcputime ($row)
 Format cpu time.
 
 col_totalexecutiontime ($row)
 Format execution time.
 
 col_totalmemory ($row)
 Format memory.
 
 col_url ($row)
 Format URL, so it points to last run for that url.
 

Protected Attributes

 $listurlmode = false
 

Detailed Description

Simple subclass of table_sql that provides some custom formatters for various columns, in order to make the main profiles list nicer.


The documentation for this class was generated from the following file: