| |
|
| java.lang.Object org.apache.cocoon.components.profiler.ProfilerResult
ProfilerResult | public class ProfilerResult (Code) | | A ProfilerResult stores a collection of the lastest n ProfilerDatas
for one pipeline.
author: Vadim Gritsenko author: Stephan Michels author: Bruno Dumon version: CVS $Id: ProfilerResult.java 433543 2006-08-22 06:22:54Z crossley $ |
ProfilerResult | public ProfilerResult(String uri, int latestResultsCount)(Code) | | |
addData | public void addData(ProfilerData data)(Code) | | Add a new profiler data from a request to the result.
|
getCount | public int getCount()(Code) | | Count of the ProfilerData entries
|
getLatestEnvironmentInfos | public EnvironmentInfo[] getLatestEnvironmentInfos()(Code) | | Environment infomation of the latest n-requests
|
getProcessingTimes | public long[][] getProcessingTimes()(Code) | | Processing times of each component of the latest n-requests
|
getRoles | public String[] getRoles()(Code) | | Roles of the sitemap components.
|
getSAXFragments | public Object[][] getSAXFragments()(Code) | | SAX fragment of each component of the latest n-requests
|
getSetupTimes | public long[][] getSetupTimes()(Code) | | Setup times of each component of the latest n-requests
|
getSources | public String[] getSources()(Code) | | Sources of the sitemap components.
|
getTotalTime | public long[] getTotalTime()(Code) | | Total times of each request.
|
|
|
|