public class PerformanceTestResultImpl extends Object implements PerformanceTestResult
| Constructor and Description |
|---|
PerformanceTestResultImpl() |
public int getNumberOfProcessedCharacters()
getNumberOfProcessedCharacters in interface PerformanceTestResultpublic void setNumberOfCharacters(int numberOfCharacters)
numberOfCharacters - The number of characters.public int getNumberOfProcessedFiles()
getNumberOfProcessedFiles in interface PerformanceTestResultpublic void setNumberOfFiles(int numberOfFiles)
numberOfFiles - The number of files.public String getUIMADatapath()
getUIMADatapath in interface PerformanceTestResultpublic void setDatapath(String datapath)
datapath - The UIMA datapath.public TimeSpan getAeInitTime()
getAeInitTime in interface PerformanceTestResultpublic void setInitTime(TimeSpan initTime)
initTime - The analysis engine init time.public TimeSpan getFileIoTime()
getFileIoTime in interface PerformanceTestResultpublic void setIoTime(TimeSpan ioTime)
ioTime - The file io time to set.public int getNumberOfCreatedAnnotations()
getNumberOfCreatedAnnotations in interface PerformanceTestResultpublic void setNumberOfCreatedAnnotations(int numberOfCreatedAnnotations)
numberOfCreatedAnnotations - The number of created annotations to set.public int getNumberOfRepeatedRuns()
getNumberOfRepeatedRuns in interface PerformanceTestResultpublic void setNumsToRun(int numsToRun)
numsToRun - The number of repeated runs.public TimeSpan getOverallTime()
getOverallTime in interface PerformanceTestResultpublic void setOverallTime(TimeSpan overallTime)
overallTime - The overall processing time.public TimeSpan getAeProcessingTime()
getAeProcessingTime in interface PerformanceTestResultpublic void setProcessingTime(TimeSpan processingTime)
processingTime - The analysis engine processing time.public boolean isRepeatSingleMode()
isRepeatSingleMode in interface PerformanceTestResultpublic void setRepeatSingleMode(boolean repeatSingleMode)
repeatSingleMode - The repeat single mode settingpublic String getAeDescFilePath()
getAeDescFilePath in interface PerformanceTestResultpublic void setAeDescFilePath(File aeDescFile)
aeDescFile - The analysis engine descriptor file.public String getTestFileDirectoryPath()
getTestFileDirectoryPath in interface PerformanceTestResultpublic void setTestFileDir(File testFileDir)
testFileDir - The test file directory.public TimeSpan getAeWarmupTime()
getAeWarmupTime in interface PerformanceTestResultpublic void setWarmupTime(TimeSpan warmupTime)
warmupTime - The analysis engine warmup time.public boolean isDoAeWarmup()
isDoAeWarmup in interface PerformanceTestResultpublic void setDoWarmup(boolean doWarmup)
doWarmup - the doWarmup settingpublic String toString()
toString in class ObjectObject.toString()public void writePerfResultsAsColumn(String level, File file) throws Exception
writePerfResultsAsColumn in interface PerformanceTestResultlevel - Test level name of the performance testfile - Output file where the results are written toException - passthrupublic TimeSpan getAeCleanupTime()
getAeCleanupTime in interface PerformanceTestResultpublic void setCleanupTime(TimeSpan cleanupTime)
cleanupTime - the analysis engine cleanup timepublic TimeSpan getDocumentPreparationTime()
getDocumentPreparationTime in interface PerformanceTestResultpublic void setDocumentPreparationTime(TimeSpan documentPreparationTime)
documentPreparationTime - the document preparation timepublic long getProcessedFileSize()
getProcessedFileSize in interface PerformanceTestResultpublic void setTotalFileSize(long collectionFileSize)
collectionFileSize - the collection file sizeCopyright © 2018. All rights reserved.