mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-19 12:24:32 +00:00
f276d4e39f
cpustates can now handle the lack of a start marker in three ways: - try: If the start marker is present only the correct section of the trace will be used, if its not the whole trace will be used. - error: An error will be raised if the start marker is missing - ignore: The markers are ignored and the whole trace is always used.