Method Summary |
|
public void | addComponent(Object component, String role, String source) Add new component from the pipeling, which should be measured. |
public int | getCount() Returns the count of components. |
public Entry[] | getEntries() Returns all measured times. |
public EnvironmentInfo | getEnvironmentInfo() Returns the environment information. |
public long | getKey(String uri) |
public long | getProcessingTime(int index) Get measured processing time of the i-th component of the pipeline.
Parameters: index - Index of the component. |
public long | getSetupTime(int index) Get measured setup time of the i-th component of the pipeline.
Parameters: index - Index of the component. |
public long | getTotalTime() Return measured time of precessing from the pipeline. |
public void | setEnvironmentInfo(EnvironmentInfo environmentinfo) Set the environment information. |
public void | setProcessingTime(int index, long time) Set measured processing time of the i-th component of the pipeline. |
public void | setSAXFragment(int index, Object fragment) Set the SAX fragment for the i-th component of the pipeline. |
public void | setSetupTime(int index, long time) Set measured setup time of the i-th component of the pipeline. |
public void | setTotalTime(long time) Set measured time of precessing from the pipeline. |