public interface DebugPage
Modifier and Type | Method | Description |
---|---|---|
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
|
void set(long t)
t
- execution time of the pageint getMinimalExecutionTime()
int getMaximalExecutionTime()
int getAverageExecutionTime()
int getCount()
Resource getFile()
Copyright © 2021. All rights reserved.