Refactor 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}
Showing
Please register or sign in to comment