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)
           
 
Method Summary
 void addData(ProfilerData data)
           
 int getCount()
           
 long[][] getLastTimes()
           
 java.lang.String[] getRoles()
           
 java.lang.String[] getSources()
           
 long[] getTotalTime()
           
 java.lang.String getURI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfilerResult

public ProfilerResult(java.lang.String uri,
                      int latestResultsCount)
Method Detail

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.