get_trace_stats
Retrieve CUDA and host operation latency statistics, including percentiles for small databases and aggregate metrics for large databases. Works with live or saved tracing data.
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 |
|---|---|---|---|
| tsc | No | telegraphic compression (default: true). Set false for verbose output. | |
| 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. |