Uses of Class
org.apache.uima.internal.util.TimeSpan

Packages that use TimeSpan
org.apache.uima.internal.util   
org.apache.uima.test.junit_extension   
 

Uses of TimeSpan in org.apache.uima.internal.util
 

Methods in org.apache.uima.internal.util that return TimeSpan
 TimeSpan Timer.getTimeSpan()
          Get the accumulated time as a time span object.
 

Uses of TimeSpan in org.apache.uima.test.junit_extension
 

Methods in org.apache.uima.test.junit_extension that return TimeSpan
 TimeSpan PerformanceTestResult.getAeCleanupTime()
           
 TimeSpan PerformanceTestResultImpl.getAeCleanupTime()
           
 TimeSpan PerformanceTestResult.getAeInitTime()
           
 TimeSpan PerformanceTestResultImpl.getAeInitTime()
           
 TimeSpan PerformanceTestResult.getAeProcessingTime()
           
 TimeSpan PerformanceTestResultImpl.getAeProcessingTime()
           
 TimeSpan PerformanceTestResult.getAeWarmupTime()
           
 TimeSpan PerformanceTestResultImpl.getAeWarmupTime()
           
 TimeSpan PerformanceTestResult.getDocumentPreparationTime()
           
 TimeSpan PerformanceTestResultImpl.getDocumentPreparationTime()
           
 TimeSpan PerformanceTestResult.getFileIoTime()
           
 TimeSpan PerformanceTestResultImpl.getFileIoTime()
           
 TimeSpan PerformanceTestResult.getOverallTime()
           
 TimeSpan PerformanceTestResultImpl.getOverallTime()
           
 

Methods in org.apache.uima.test.junit_extension with parameters of type TimeSpan
 void PerformanceTestResultImpl.setCleanupTime(TimeSpan cleanupTime)
           
 void PerformanceTestResultImpl.setDocumentPreparationTime(TimeSpan documentPreparationTime)
           
 void PerformanceTestResultImpl.setInitTime(TimeSpan initTime)
           
 void PerformanceTestResultImpl.setIoTime(TimeSpan ioTime)
           
 void PerformanceTestResultImpl.setOverallTime(TimeSpan overallTime)
           
 void PerformanceTestResultImpl.setProcessingTime(TimeSpan processingTime)
           
 void PerformanceTestResultImpl.setWarmupTime(TimeSpan warmupTime)
           
 



Copyright © 2012. All Rights Reserved.