public interface PerformanceTestResult
Modifier and Type | Method and Description |
---|---|
TimeSpan |
getAeCleanupTime() |
String |
getAeDescFilePath() |
TimeSpan |
getAeInitTime() |
TimeSpan |
getAeProcessingTime() |
TimeSpan |
getAeWarmupTime() |
TimeSpan |
getDocumentPreparationTime() |
TimeSpan |
getFileIoTime() |
int |
getNumberOfCreatedAnnotations() |
int |
getNumberOfProcessedCharacters() |
int |
getNumberOfProcessedFiles() |
int |
getNumberOfRepeatedRuns() |
TimeSpan |
getOverallTime() |
long |
getProcessedFileSize() |
String |
getTestFileDirectoryPath() |
String |
getUIMADatapath() |
boolean |
isDoAeWarmup() |
boolean |
isRepeatSingleMode() |
void |
writePerfResultsAsColumn(String level,
File file)
write performance results as colum.
|
int getNumberOfProcessedCharacters()
int getNumberOfProcessedFiles()
String getUIMADatapath()
TimeSpan getAeInitTime()
TimeSpan getFileIoTime()
int getNumberOfCreatedAnnotations()
int getNumberOfRepeatedRuns()
TimeSpan getOverallTime()
TimeSpan getAeProcessingTime()
boolean isRepeatSingleMode()
String getAeDescFilePath()
String getTestFileDirectoryPath()
TimeSpan getAeWarmupTime()
boolean isDoAeWarmup()
void writePerfResultsAsColumn(String level, File file) throws Exception
level
- Test level name of the performance testfile
- Output file where the results are written toException
- passthruTimeSpan getAeCleanupTime()
TimeSpan getDocumentPreparationTime()
long getProcessedFileSize()
Copyright © 2017. All rights reserved.