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()Deprecated.Gets the ae cleanup time.PerformanceTestResultImpl.getAeCleanupTime()Deprecated.PerformanceTestResult.getAeInitTime()Deprecated.Gets the ae init time.PerformanceTestResultImpl.getAeInitTime()Deprecated.PerformanceTestResult.getAeProcessingTime()Deprecated.Gets the ae processing time.PerformanceTestResultImpl.getAeProcessingTime()Deprecated.PerformanceTestResult.getAeWarmupTime()Deprecated.Gets the ae warmup time.PerformanceTestResultImpl.getAeWarmupTime()Deprecated.PerformanceTestResult.getDocumentPreparationTime()Deprecated.Gets the document preparation time.PerformanceTestResultImpl.getDocumentPreparationTime()Deprecated.PerformanceTestResult.getFileIoTime()Deprecated.Gets the file io time.PerformanceTestResultImpl.getFileIoTime()Deprecated.PerformanceTestResult.getOverallTime()Deprecated.Gets the overall time.PerformanceTestResultImpl.getOverallTime()Deprecated.Methods in org.apache.uima.test.junit_extension with parameters of type TimeSpanModifier and TypeMethodDescriptionvoidPerformanceTestResultImpl.setCleanupTime(TimeSpan cleanupTime) Deprecated.Sets the cleanup time.voidPerformanceTestResultImpl.setDocumentPreparationTime(TimeSpan documentPreparationTime) Deprecated.Sets the document preparation time.voidPerformanceTestResultImpl.setInitTime(TimeSpan initTime) Deprecated.Sets the inits the time.voidDeprecated.Sets the io time.voidPerformanceTestResultImpl.setOverallTime(TimeSpan overallTime) Deprecated.Sets the overall time.voidPerformanceTestResultImpl.setProcessingTime(TimeSpan processingTime) Deprecated.Sets the processing time.voidPerformanceTestResultImpl.setWarmupTime(TimeSpan warmupTime) Deprecated.Sets the warmup time.