railo.runtime.debug
Interface DebugPage

All Known Implementing Classes:
DebugPageImpl

public interface DebugPage

debug page


Method Summary
 int getAverageExecutionTime()
          return the average execution time of the page
 int getCount()
          return count of call the page
 Resource getFile()
          return file represetati9on of the debug page
 int getMaximalExecutionTime()
          return the maximum execution time of the page
 int getMinimalExecutionTime()
          return the minimum execution time of the page
 void set(long t)
          sets the execution time of the page
 

Method Detail

set

void set(long t)
sets the execution time of the page

Parameters:
t - execution time of the page

getMinimalExecutionTime

int getMinimalExecutionTime()
return the minimum execution time of the page

Returns:
minimum execution time

getMaximalExecutionTime

int getMaximalExecutionTime()
return the maximum execution time of the page

Returns:
maximum execution time

getAverageExecutionTime

int getAverageExecutionTime()
return the average execution time of the page

Returns:
average execution time

getCount

int getCount()
return count of call the page

Returns:
average execution time

getFile

Resource getFile()
return file represetati9on of the debug page

Returns:
file object


Copyright © 2012 Railo