Done
Details
Details
Assignee
Przemyslaw Wirkus
Przemyslaw WirkusReporter
Przemyslaw Wirkus
Przemyslaw WirkusComponents
Sprint
Add sprint
Fix versions
Priority
Checklist
Checklist
Sentry
Sentry
Created March 18, 2025 at 10:59 PM
Updated March 19, 2025 at 8:42 AM
Resolved March 19, 2025 at 8:42 AM
Linux perf
-I
:-I msecs, --interval-print msecs Print count deltas every N milliseconds (minimum: 1ms) The overhead percentage could be high in some cases, for instance with small, sub 100ms intervals. Use with caution. example: perf stat -I 1000 -e cycles -a sleep 5
I can see
topdown-tool
is using-I
extensively, this ports-I
towperf
CLI.