Searched refs:ELAPSED_TIME (Results 1 – 3 of 3) sorted by relevance
/tools/tradefederation/core/javatests/com/android/tradefed/device/metric/ |
D | ClangCodeCoverageCollectorTest.java | 97 private static final long ELAPSED_TIME = 1000; field in ClangCodeCoverageCollectorTest 170 mListener.testRunEnded(ELAPSED_TIME, mMetrics); in coverageDisabled_noCoverageLog() 171 mListener.invocationEnded(ELAPSED_TIME); in coverageDisabled_noCoverageLog() 185 mListener.testRunEnded(ELAPSED_TIME, mMetrics); in clangCoverageDisabled_noCoverageLog() 186 mListener.invocationEnded(ELAPSED_TIME); in clangCoverageDisabled_noCoverageLog() 206 mListener.testRunEnded(ELAPSED_TIME, mMetrics); in coverageFlushEnabled_flushCalled() 207 mListener.invocationEnded(ELAPSED_TIME); in coverageFlushEnabled_flushCalled() 235 mListener.testRunEnded(ELAPSED_TIME, mMetrics); in testRun_misc_trace_only_logsCoverageFile() 236 mListener.invocationEnded(ELAPSED_TIME); in testRun_misc_trace_only_logsCoverageFile() 292 mListener.testRunEnded(ELAPSED_TIME, mMetrics); in testRun_local_tmp_only_logsCoverageFile() [all …]
|
D | JavaCodeCoverageCollectorTest.java | 101 private static final long ELAPSED_TIME = 1000; field in JavaCodeCoverageCollectorTest 162 mCodeCoverageCollector.testRunEnded(ELAPSED_TIME, runMetrics); in testRunEnded_noCoverageEnabled_noop() 184 mCodeCoverageCollector.testRunEnded(ELAPSED_TIME, runMetrics); in testRunEnded_rootEnabled_logsCoverageMeasurement() 216 mCodeCoverageCollector.testRunEnded(ELAPSED_TIME, runMetrics); in testRunEnded_rootEnabled_noModuleName_logsCoverageMeasurement() 234 mCodeCoverageCollector.testRunEnded(ELAPSED_TIME, runMetrics); in testFailure_unableToPullFile() 252 mCodeCoverageCollector.testRunEnded(ELAPSED_TIME, runMetrics); in testRunEnded_rootDisabled_enablesRootBeforePullingFiles() 291 mCodeCoverageCollector.testRunEnded(ELAPSED_TIME, runMetrics); in testRunEnded_rootDisabled_disablesRootAfterPullingFiles() 329 mCodeCoverageCollector.testRunEnded(ELAPSED_TIME, TfMetricProtoUtil.upgradeConvert(metric)); in testCoverageFlush_producesMultipleMeasurements() 373 mCodeCoverageCollector.testRunEnded(ELAPSED_TIME, TfMetricProtoUtil.upgradeConvert(metric)); in testRunningProcess_coverageFileNotDeleted() 405 mCodeCoverageCollector.testRunEnded(ELAPSED_TIME, new HashMap<String, Metric>()); in testStreamingCoverage_logsReceived() [all …]
|
D | GcovCodeCoverageCollectorTest.java | 80 private static final long ELAPSED_TIME = 1000; field in GcovCodeCoverageCollectorTest 143 mCodeCoverageListener.testRunEnded(ELAPSED_TIME, TfMetricProtoUtil.upgradeConvert(metric)); in test_logsCoverageZip() 175 mCodeCoverageListener.testRunEnded(ELAPSED_TIME, TfMetricProtoUtil.upgradeConvert(metric)); in testNoCoverageFiles_logsEmptyZip() 202 mCodeCoverageListener.testRunEnded(ELAPSED_TIME, TfMetricProtoUtil.upgradeConvert(metric)); in testCoverageFlushAllProcesses_flushAllCommandCalled() 223 mCodeCoverageListener.testRunEnded(ELAPSED_TIME, TfMetricProtoUtil.upgradeConvert(metric)); in testCoverageFlushSpecificProcesses_flushCommandCalled() 242 ELAPSED_TIME, TfMetricProtoUtil.upgradeConvert(metric)); in testFailure_unableToPullFile() 260 mCodeCoverageListener.testRunEnded(ELAPSED_TIME, TfMetricProtoUtil.upgradeConvert(metric)); in testNoCollectOnTestEnd_noCoverageMeasurements()
|