Package | Description |
---|---|
org.apache.uima.internal.util | |
org.apache.uima.test.junit_extension |
Modifier and Type | Method and Description |
---|---|
TimeSpan |
Timer.getTimeSpan()
Get the accumulated time as a time span object.
|
Modifier and Type | Method and Description |
---|---|
TimeSpan |
PerformanceTestResultImpl.getAeCleanupTime() |
TimeSpan |
PerformanceTestResult.getAeCleanupTime() |
TimeSpan |
PerformanceTestResultImpl.getAeInitTime() |
TimeSpan |
PerformanceTestResult.getAeInitTime() |
TimeSpan |
PerformanceTestResultImpl.getAeProcessingTime() |
TimeSpan |
PerformanceTestResult.getAeProcessingTime() |
TimeSpan |
PerformanceTestResultImpl.getAeWarmupTime() |
TimeSpan |
PerformanceTestResult.getAeWarmupTime() |
TimeSpan |
PerformanceTestResultImpl.getDocumentPreparationTime() |
TimeSpan |
PerformanceTestResult.getDocumentPreparationTime() |
TimeSpan |
PerformanceTestResultImpl.getFileIoTime() |
TimeSpan |
PerformanceTestResult.getFileIoTime() |
TimeSpan |
PerformanceTestResultImpl.getOverallTime() |
TimeSpan |
PerformanceTestResult.getOverallTime() |
Modifier and Type | Method and Description |
---|---|
void |
PerformanceTestResultImpl.setCleanupTime(TimeSpan cleanupTime) |
void |
PerformanceTestResultImpl.setDocumentPreparationTime(TimeSpan documentPreparationTime) |
void |
PerformanceTestResultImpl.setInitTime(TimeSpan initTime) |
void |
PerformanceTestResultImpl.setIoTime(TimeSpan ioTime) |
void |
PerformanceTestResultImpl.setOverallTime(TimeSpan overallTime) |
void |
PerformanceTestResultImpl.setProcessingTime(TimeSpan processingTime) |
void |
PerformanceTestResultImpl.setWarmupTime(TimeSpan warmupTime) |
Copyright © 2006–2021 The Apache Software Foundation. All rights reserved.