Uses of Class
org.apache.uima.internal.util.TimeSpan
-
Packages that use TimeSpan Package Description 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 Modifier and Type Method Description TimeSpanTimer. 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 Modifier and Type Method Description TimeSpanPerformanceTestResult. getAeCleanupTime()TimeSpanPerformanceTestResultImpl. getAeCleanupTime()TimeSpanPerformanceTestResult. getAeInitTime()TimeSpanPerformanceTestResultImpl. getAeInitTime()TimeSpanPerformanceTestResult. getAeProcessingTime()TimeSpanPerformanceTestResultImpl. getAeProcessingTime()TimeSpanPerformanceTestResult. getAeWarmupTime()TimeSpanPerformanceTestResultImpl. getAeWarmupTime()TimeSpanPerformanceTestResult. getDocumentPreparationTime()TimeSpanPerformanceTestResultImpl. getDocumentPreparationTime()TimeSpanPerformanceTestResult. getFileIoTime()TimeSpanPerformanceTestResultImpl. getFileIoTime()TimeSpanPerformanceTestResult. getOverallTime()TimeSpanPerformanceTestResultImpl. getOverallTime()Methods in org.apache.uima.test.junit_extension with parameters of type TimeSpan Modifier and Type Method Description voidPerformanceTestResultImpl. setCleanupTime(TimeSpan cleanupTime)voidPerformanceTestResultImpl. setDocumentPreparationTime(TimeSpan documentPreparationTime)voidPerformanceTestResultImpl. setInitTime(TimeSpan initTime)voidPerformanceTestResultImpl. setIoTime(TimeSpan ioTime)voidPerformanceTestResultImpl. setOverallTime(TimeSpan overallTime)voidPerformanceTestResultImpl. setProcessingTime(TimeSpan processingTime)voidPerformanceTestResultImpl. setWarmupTime(TimeSpan warmupTime)
-