Uses of Class
org.apache.uima.internal.util.TimeSpan
-
Uses of TimeSpan in org.apache.uima.internal.util
Modifier and TypeMethodDescriptionTimer.getTimeSpan()
Get the accumulated time as a time span object. -
Uses of TimeSpan in org.apache.uima.test.junit_extension
Modifier 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.Modifier and TypeMethodDescriptionvoid
PerformanceTestResultImpl.setCleanupTime
(TimeSpan cleanupTime) Deprecated.Sets the cleanup time.void
PerformanceTestResultImpl.setDocumentPreparationTime
(TimeSpan documentPreparationTime) Deprecated.Sets the document preparation time.void
PerformanceTestResultImpl.setInitTime
(TimeSpan initTime) Deprecated.Sets the inits the time.void
Deprecated.Sets the io time.void
PerformanceTestResultImpl.setOverallTime
(TimeSpan overallTime) Deprecated.Sets the overall time.void
PerformanceTestResultImpl.setProcessingTime
(TimeSpan processingTime) Deprecated.Sets the processing time.void
PerformanceTestResultImpl.setWarmupTime
(TimeSpan warmupTime) Deprecated.Sets the warmup time.