We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08ab4bd commit 067c933Copy full SHA for 067c933
tools/sof_perf_analyzer.py
@@ -106,6 +106,7 @@ def skip_to_first_trace(trace_item_gen: TraceItemGenerator):
106
# The first trace must have a timestamp with integral part equals to 0.
107
if int(item.timestamp) == 0:
108
return item
109
+ return next(trace_item_gen)
110
111
def make_trace_item(fileio: TextIO) -> TraceItemGenerator:
112
'''Filter and parse a line of trace in string form into TraceItem object, for example:
0 commit comments