Searched refs:mOperationLog (Results 1 – 1 of 1) sorted by relevance
230 private List<String> mOperationLog; field in MicrobenchmarkTest.LoggingMicrobenchmark243 ((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.LoggingTest286 mOperationLog = log; in setOperationLog()291 mOperationLog.add("before"); in beforeMethod()296 mOperationLog.add("test"); in testMethod()[all …]