Searched refs:exampleStats (Results 1 – 4 of 4) sorted by relevance
119 public void logComputationInvalidArgument(ExampleStats exampleStats) { in logComputationInvalidArgument() argument122 exampleStats); in logComputationInvalidArgument()126 public void logComputationExampleIteratorError(ExampleStats exampleStats) { in logComputationExampleIteratorError() argument129 exampleStats); in logComputationExampleIteratorError()136 public void logComputationTensorflowError(ExampleStats exampleStats) { in logComputationTensorflowError() argument139 exampleStats); in logComputationTensorflowError()143 public void logComputationCompleted(ExampleStats exampleStats, long durationInMs) { in logComputationCompleted() argument148 .setExampleCount(exampleStats.mExampleCount.get()) in logComputationCompleted()149 .setExampleSize(exampleStats.mExampleSizeBytes.get()) in logComputationCompleted()151 exampleStats.mBindToExampleStoreLatencyNanos.get()) in logComputationCompleted()[all …]
75 ExampleStats exampleStats = new ExampleStats(); in computeEligibility() local97 exampleStats, in computeEligibility()116 exampleStats); in computeEligibility()154 ExampleStats exampleStats, in computePerTaskDataAvailability() argument175 exampleStats.mBindToExampleStoreLatencyNanos.addAndGet( in computePerTaskDataAvailability()199 exampleStats.mStartQueryLatencyNanos.addAndGet( in computePerTaskDataAvailability()
135 ExampleStats exampleStats, in runExampleStoreStartQuery() argument147 exampleStats.mStartQueryLatencyNanos.addAndGet( in runExampleStoreStartQuery()157 exampleStats.mStartQueryLatencyNanos.addAndGet( in runExampleStoreStartQuery()
844 ExampleStats exampleStats = captor.getValue(); in testPublishToResultHandlingServiceThrowsException_returnsSuccess() local845 assertThat(exampleStats.mExampleCount.get()).isEqualTo(1); in testPublishToResultHandlingServiceThrowsException_returnsSuccess()846 assertThat(exampleStats.mExampleSizeBytes.get()).isEqualTo(EXAMPLE_SIZE_BYTES); in testPublishToResultHandlingServiceThrowsException_returnsSuccess()847 assertThat(exampleStats.mStartQueryLatencyNanos.get()).isGreaterThan(0); in testPublishToResultHandlingServiceThrowsException_returnsSuccess()848 assertThat(exampleStats.mBindToExampleStoreLatencyNanos.get()).isGreaterThan(0); in testPublishToResultHandlingServiceThrowsException_returnsSuccess()