get_trace_stats
Get CUDA and host operation statistics: percentiles for small DBs, aggregate metrics for large DBs. Supports both live tracing and offline databases.
Instructions
Get CUDA and host operation statistics. Returns p50/p95/p99 for small DBs (≤500K events), count/avg/min/max from aggregates for large DBs. Works with both live and saved/offline databases. Omit 'since' for saved DBs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | time range relative to NOW, e.g. 1m, 5m, 1h. Omit for saved/offline DBs to query ALL events. Only useful during live tracing. | |
| tsc | No | telegraphic compression (default: true). Set false for verbose output. |