Skip to content

Commit

Permalink
fix: 未满144帧时无信息
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow3aaa committed Oct 25, 2024
1 parent a8d758c commit ed4bda6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frame-analyzer/src/analyze_target.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ impl AnalyzeTarget {
== self
.buffers
.values()
.filter(|(_, buffer)| buffer.len() == 144)
.min_by_key(|(_, buffer)| buffer.iter().copied().sum::<Duration>())
{
self.buffers.get(&event.buffer)?.1.front().copied()
Expand Down

0 comments on commit ed4bda6

Please sign in to comment.