Package | Description |
---|---|
com.caucho.quercus.profile |
Modifier and Type | Method and Description |
---|---|
static ProfileReport |
ProfileStore.findReport(long index)
Returns the report with the given index
|
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<ProfileReport> |
ProfileStore.getReports()
Returns the current reports
|
Modifier and Type | Method and Description |
---|---|
static void |
ProfileStore.addReport(ProfileReport report)
Adds a new report
|