Add lightweight per-second pipeline statistics for stutter diagnosis: - --stats CLI flag enables structured stats logging - PipelineStats tracks capture/encode/send timing with p95/pmax - FrameTimings records import/scale/transfer/sws/encode per-frame - StatsSnapshot produces one structured log line per second
24 lines
217 B
Plaintext
24 lines
217 B
Plaintext
# Rust build artifacts
|
|
/target/
|
|
|
|
# Nix
|
|
/result
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Sisyphus orchestration artifacts
|
|
.sisyphus/
|
|
.omo/
|
|
.playwright-mcp/
|
|
wl-webrtc.log
|
|
webrtc-p0-success.png
|