tracy_get_function_costs
Retrieve per-function self-time, total time, and call count from a stored Tracy capture. Filter by exact function names or substring to focus on specific code sections.
Instructions
Query per-function self/total/calls from a stored capture.
Pure server-side slice (no game call). Filter by exact names and/or a
substring; without a filter, returns the top limit by self-time.
Args: capture_id: id from tracy_native_capture (required). names: exact function names to include. name_contains: case-insensitive substring filter (e.g. your mod prefix). limit: max rows to return (default 50).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| names | No | ||
| capture_id | Yes | ||
| name_contains | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||