org.apache.cocoon.components.profiler
Class ProfilerResult
java.lang.Object
|
+--org.apache.cocoon.components.profiler.ProfilerResult
- public class ProfilerResult
- extends java.lang.Object
Represents data collected about one pipeline.
- Version:
- CVS $Id: ProfilerResult.java,v 1.4 2002/02/22 07:00:11 cziegeler Exp $
- Author:
- Vadim Gritsenko
Constructor Summary |
ProfilerResult(java.lang.String uri,
int latestResultsCount)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProfilerResult
public ProfilerResult(java.lang.String uri,
int latestResultsCount)
addData
public void addData(ProfilerData data)
getURI
public java.lang.String getURI()
getRoles
public java.lang.String[] getRoles()
getSources
public java.lang.String[] getSources()
getCount
public int getCount()
getTotalTime
public long[] getTotalTime()
getLastTimes
public long[][] getLastTimes()
Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.