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
Fields in org.apache.uima.test.junit_extension declared as TimeSpanModifier and TypeFieldDescriptionprivate TimeSpan
PerformanceTestResultImpl.cleanupTime
private TimeSpan
PerformanceTestResultImpl.documentPreparationTime
private TimeSpan
PerformanceTestResultImpl.initTime
private TimeSpan
PerformanceTestResultImpl.ioTime
private TimeSpan
PerformanceTestResultImpl.overallTime
private TimeSpan
PerformanceTestResultImpl.processingTime
private TimeSpan
PerformanceTestResultImpl.warmupTime
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 TypeMethodDescriptionvoid
PerformanceTestResultImpl.setCleanupTime
(TimeSpan cleanupTime) void
PerformanceTestResultImpl.setDocumentPreparationTime
(TimeSpan documentPreparationTime) void
PerformanceTestResultImpl.setInitTime
(TimeSpan initTime) void
void
PerformanceTestResultImpl.setOverallTime
(TimeSpan overallTime) void
PerformanceTestResultImpl.setProcessingTime
(TimeSpan processingTime) void
PerformanceTestResultImpl.setWarmupTime
(TimeSpan warmupTime)