jimboatarm / workload-automation

A framework for automating workload execution and measurement collection on ARM devices.
Apache License 2.0
2 stars 1 forks source link

Implement new Marker API #132

Closed johnrchrdsn closed 8 years ago

johnrchrdsn commented 8 years ago

Implement a new Marker API in the BaseUiAutomation so workload can generate start and end markers with string name. Outputs to Logcat and an alternatively method for awkward Mate 8 type devices (config flag in the device file). Only UiAutomator will actually drive the creation of Markers.

The new start and end markers will be used to parse instrumentation logs in a result processor.

johnrchrdsn commented 8 years ago

Basic implementation has been added here: https://github.com/ARM-software/workload-automation/blob/master/wlauto/external/uiauto/src/com/arm/wlauto/uiauto/BaseUiAutomation.java#L80