|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cocoon.components.profiler.ProfilerResult
public class ProfilerResult
A ProfilerResult stores a collection of the lastest n ProfilerDatas for one pipeline.
Constructor Summary | |
---|---|
ProfilerResult(String uri,
int latestResultsCount)
|
Method Summary | |
---|---|
void |
addData(ProfilerData data)
Add a new profiler data from a request to the result. |
int |
getCount()
Count of the ProfilerData entries |
EnvironmentInfo[] |
getLatestEnvironmentInfos()
Environment infomation of the latest n-requests |
long[][] |
getProcessingTimes()
Processing times of each component of the latest n-requests |
String[] |
getRoles()
Roles of the sitemap components. |
Object[][] |
getSAXFragments()
SAX fragment of each component of the latest n-requests |
long[][] |
getSetupTimes()
Setup times of each component of the latest n-requests |
String[] |
getSources()
Sources of the sitemap components. |
long[] |
getTotalTime()
Total times of each request. |
String |
getURI()
The URI of the request. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProfilerResult(String uri, int latestResultsCount)
Method Detail |
---|
public void addData(ProfilerData data)
public String getURI()
public String[] getRoles()
public String[] getSources()
public int getCount()
public EnvironmentInfo[] getLatestEnvironmentInfos()
public long[] getTotalTime()
public long[][] getSetupTimes()
public long[][] getProcessingTimes()
public Object[][] getSAXFragments()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |