Latencylogger list logreader (#24276)

old-commit-hash: e063f77accad8fe6a37da463979272ec23c4b5d2
This commit is contained in:
Lukas Petersson
2022-04-20 12:02:05 -07:00
committed by GitHub
parent 7ef181647f
commit a9b23562ee

View File

@@ -177,8 +177,8 @@ def graph_timestamps(timestamps, start_times, end_times, relative):
return fig
def get_timestamps(lr):
lr = list(lr)
data, frame_mismatches = read_logs(lr)
lr.reset()
insert_cloudlogs(lr, data['timestamp'], data['start'], data['end'])
return data, frame_mismatches