DescriptionRefactor prepareToMeasureValuesAsync to startMeasureValuesAsyn which run test through callback
Motivation:
In order to support tracing metrics for prepareToMeasureValuesAsync method,
we need to be able to trigger tracing between prepareToMeasureValuesAsync &
actual test run. This CL rename prepareToMeasureValuesAsync method to
startMeasureValuesAsyn & refactor it so that the
actual test code is specified as a callback, which allows the framework
to interject the startTrace() call before running test in the future.
BUG=701059
Review-Url: https://codereview.chromium.org/2858783003
Cr-Commit-Position: refs/heads/master@{#469233}
Committed: https://chromium.googlesource.com/chromium/src/+/8dc2204a41db0b7b0f66c529c53d4c4a5d9d7fb5
Patch Set 1 #Patch Set 2 : update #
Total comments: 9
Patch Set 3 : More progresses #Patch Set 4 : update #
Total comments: 10
Patch Set 5 : Address Xianzhu's review comments #Messages
Total messages: 21 (9 generated)
|