Home
last modified time | relevance | path

Searched refs:mOperationLog (Results 1 – 1 of 1) sorted by relevance

/platform_testing/libraries/health/runners/microbenchmark/tests/src/android/platform/test/microbenchmark/
DMicrobenchmarkTest.java230 private List<String> mOperationLog; field in MicrobenchmarkTest.LoggingMicrobenchmark
243 ((LoggingTest)test).setOperationLog(mOperationLog); in createTest()
249 mOperationLog = log; in setOperationLog()
253 return mOperationLog; in getOperationLog()
264 mOperationLog.add(String.format("begin: %s", sectionTag)); in beginSection()
269 mOperationLog.add("end"); in endSection()
283 private List<String> mOperationLog; field in MicrobenchmarkTest.LoggingTest
286 mOperationLog = log; in setOperationLog()
291 mOperationLog.add("before"); in beforeMethod()
296 mOperationLog.add("test"); in testMethod()
[all …]