Method | Description | |
---|---|---|
getInstance ( ) : Singleton | ||
getTraceList ( ) : array | Get list of available trace files. Optionally including traces of the webgrind script it self | |
getTraceReader ( $file, $costFormat ) : Webgrind_Reader | Get a trace reader for the specific file. |
Method | Description | |
---|---|---|
__construct ( ) | ||
bytestostring ( integer $size, integer $precision ) : string | Present a size (in bytes) as a human-readable value | |
getFiles ( $format, $dir ) : array | List of files in $dir whose filename has the format $format | |
getInvokeUrl ( $file ) : void | Get the value of the cmd header in $file | |
getPrepFiles ( $format, $dir ) : array | List of files in $dir whose filename has the format $format | |
mtimeCmp ( $a, $b ) : boolean | Comparison function for sorting |
public static getInstance ( ) : Singleton | ||
return | Singleton | instance of the filehandler |
public getTraceList ( ) : array | ||
return | array | Files |
public getTraceReader ( $file, $costFormat ) : Webgrind_Reader | ||
return | Webgrind_Reader | Reader for $file |