Uses of Class
org.apache.uima.internal.util.TimeSpan
Packages that use TimeSpan
-
Uses of TimeSpan in org.apache.uima.internal.util
Methods in org.apache.uima.internal.util that return TimeSpanModifier and TypeMethodDescriptionTimer.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 TimeSpanModifier and TypeMethodDescriptionPerformanceTestResult.getAeCleanupTime()PerformanceTestResultImpl.getAeCleanupTime()PerformanceTestResult.getAeInitTime()PerformanceTestResultImpl.getAeInitTime()PerformanceTestResult.getAeProcessingTime()PerformanceTestResultImpl.getAeProcessingTime()PerformanceTestResult.getAeWarmupTime()PerformanceTestResultImpl.getAeWarmupTime()PerformanceTestResult.getDocumentPreparationTime()PerformanceTestResultImpl.getDocumentPreparationTime()PerformanceTestResult.getFileIoTime()PerformanceTestResultImpl.getFileIoTime()PerformanceTestResult.getOverallTime()PerformanceTestResultImpl.getOverallTime()Methods in org.apache.uima.test.junit_extension with parameters of type TimeSpanModifier and TypeMethodDescriptionvoidPerformanceTestResultImpl.setCleanupTime(TimeSpan cleanupTime) voidPerformanceTestResultImpl.setDocumentPreparationTime(TimeSpan documentPreparationTime) voidPerformanceTestResultImpl.setInitTime(TimeSpan initTime) voidvoidPerformanceTestResultImpl.setOverallTime(TimeSpan overallTime) voidPerformanceTestResultImpl.setProcessingTime(TimeSpan processingTime) voidPerformanceTestResultImpl.setWarmupTime(TimeSpan warmupTime)