mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-19 11:52:12 +08:00
Latencylogger list logreader (#24276)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user