|
ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
|
⏱️ FPS tracking utility for monitoring frame throughput across all threads More...
Go to the source code of this file.
Data Structures | |
| struct | fps_t |
| FPS tracking state. More... | |
Functions | |
| void | fps_init (fps_t *tracker, int expected_fps, const char *name) |
| Initialize FPS tracker. | |
| void | fps_init_with_interval (fps_t *tracker, int expected_fps, const char *name, uint64_t report_interval_us) |
| Initialize FPS tracker with custom report interval. | |
| void | fps_frame (fps_t *tracker, const struct timespec *current_time, const char *context) |
| Track a frame and detect lag conditions. | |
⏱️ FPS tracking utility for monitoring frame throughput across all threads
Definition in file fps.h.