mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-10-28 21:54:08 +00:00
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.