mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-10-12 23:04:04 +01:00
Move the check_for_markers and events parameters from parser() to __init__(). These parameters control the behavior of the parser, and do not relate to a particular trace file, so it makes more sense to have them there.