mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-31 07:04:17 +00:00 
			
		
		
		
	wa/instruments: Refactor collectors to use Collector Inferface
Update the WA instruments which rely on the refactored devlib collectors to reflect the new API.
This commit is contained in:
		| @@ -17,7 +17,7 @@ import re | ||||
| import logging | ||||
| from itertools import chain | ||||
|  | ||||
| from devlib.trace.ftrace import TRACE_MARKER_START, TRACE_MARKER_STOP | ||||
| from devlib.collector.ftrace import TRACE_MARKER_START, TRACE_MARKER_STOP | ||||
|  | ||||
| from wa.utils.misc import isiterable | ||||
| from wa.utils.types import numeric | ||||
|   | ||||
		Reference in New Issue
	
	Block a user