railo.runtime.debug
Interface DebugPage


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

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

Parameters:
t - execution time of the page

getMinimalExecutionTime

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

Returns:
minimum execution time

getMaximalExecutionTime

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

Returns:
maximum execution time

getAverageExecutionTime

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

Returns:
average execution time

getCount

public int getCount()
return count of call the page

Returns:
average execution time

getFile

public Resource getFile()
return file represetati9on of the debug page

Returns:
file object