Interface PerformanceTestResult
- All Known Implementing Classes:
PerformanceTestResultImpl
Deprecated.
To be removed without replacement.
PerformanceTestResult interfance contains all the methods to access the performance test results.
- To be removed in version:
- 4.0.0
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the ae cleanup time.Deprecated.Gets the ae desc file path.Deprecated.Gets the ae init time.Deprecated.Gets the ae processing time.Deprecated.Gets the ae warmup time.Deprecated.Gets the document preparation time.Deprecated.Gets the file io time.int
Deprecated.Gets the number of created annotations.int
Deprecated.Gets the number of processed characters.int
Deprecated.Gets the number of processed files.int
Deprecated.Gets the number of repeated runs.Deprecated.Gets the overall time.long
Deprecated.Gets the processed file size.Deprecated.Gets the test file directory path.Deprecated.Gets the UIMA datapath.boolean
Deprecated.Checks if is do ae warmup.boolean
Deprecated.Checks if is repeat single mode.void
writePerfResultsAsColumn
(String level, File file) Deprecated.write performance results as colum.
-
Method Details
-
getNumberOfProcessedCharacters
int getNumberOfProcessedCharacters()Deprecated.Gets the number of processed characters.- Returns:
- Returns the number of processed characters.
-
getNumberOfProcessedFiles
int getNumberOfProcessedFiles()Deprecated.Gets the number of processed files.- Returns:
- Returns the number of processed files.
-
getUIMADatapath
String getUIMADatapath()Deprecated.Gets the UIMA datapath.- Returns:
- Returns the UIMA datapath setting used for the performance test.
-
getAeInitTime
TimeSpan getAeInitTime()Deprecated.Gets the ae init time.- Returns:
- Returns the analysis engine initialization time.
-
getFileIoTime
TimeSpan getFileIoTime()Deprecated.Gets the file io time.- Returns:
- Returns the file I/O time.
-
getNumberOfCreatedAnnotations
int getNumberOfCreatedAnnotations()Deprecated.Gets the number of created annotations.- Returns:
- Returns the number of created annotations.
-
getNumberOfRepeatedRuns
int getNumberOfRepeatedRuns()Deprecated.Gets the number of repeated runs.- Returns:
- Returns the setting for the number of repeated runs.
-
getOverallTime
TimeSpan getOverallTime()Deprecated.Gets the overall time.- Returns:
- Returns the overall time of the performance run
-
getAeProcessingTime
TimeSpan getAeProcessingTime()Deprecated.Gets the ae processing time.- Returns:
- Returns the analysis engine processing time.
-
isRepeatSingleMode
boolean isRepeatSingleMode()Deprecated.Checks if is repeat single mode.- Returns:
- Returns the setting of the repeat mode mode.
-
getAeDescFilePath
String getAeDescFilePath()Deprecated.Gets the ae desc file path.- Returns:
- Returns the analysis engine descriptor file path.
-
getTestFileDirectoryPath
String getTestFileDirectoryPath()Deprecated.Gets the test file directory path.- Returns:
- Returns the test file directory used for the performance run.
-
getAeWarmupTime
TimeSpan getAeWarmupTime()Deprecated.Gets the ae warmup time.- Returns:
- Returns the analysis engine warmup time.
-
isDoAeWarmup
boolean isDoAeWarmup()Deprecated.Checks if is do ae warmup.- Returns:
- Returns the setting the the analysis engine warmup.
-
writePerfResultsAsColumn
Deprecated.write performance results as colum.- Parameters:
level
- Test level name of the performance testfile
- Output file where the results are written to- Throws:
Exception
- passthru
-
getAeCleanupTime
TimeSpan getAeCleanupTime()Deprecated.Gets the ae cleanup time.- Returns:
- Returns the analysis engine cleanup time.
-
getDocumentPreparationTime
TimeSpan getDocumentPreparationTime()Deprecated.Gets the document preparation time.- Returns:
- Returns the document preparation time.
-
getProcessedFileSize
long getProcessedFileSize()Deprecated.Gets the processed file size.- Returns:
- Returns the processed file collection size.
-