tracy_jank_fps
Monitor frame-level health by sampling FPS metrics and reading jank logs from MCDK, providing avg, min, max, and percentiles.
Instructions
Frame-level health, complementing the per-function view.
Actions:
sample_fps: poll get_Fps()/get_frame_time() over the window; returns avg/min/max and p1/p5/p50 percentiles.
read_jank_logs: scrape recent jank/profile lines from MCDK logs.
Args: action: one of sample_fps | read_jank_logs (required). side: 'client' or 'server'. duration_seconds: window for sample_fps (default 5). log_lines: lines to scan for read_jank_logs (default 200).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | No | client | |
| action | Yes | ||
| log_lines | No | ||
| duration_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||