TIMERFIRES(1) General Commands Manual TIMERFIRES(1)

timerfiresanalyze timers as they fire

timerfires [-s] [-v] [-g] [-t timeout-secs] -a | -p pid | -n process-name

The timerfires utility lists timers as they fire.

The options are as follows:

Show call stacks for "sleep"-type timers.
Show verbose output where applicable (e.g., additional details for CoreFoundation timers).
Aggregate timer output, showing counts instead of individual timer fires.
timeout-secs
Run only for timeout-secs seconds; then exit.
Analyze all timers without filtering by process. It is an error to specify -a with either -p or -n.
pid
Analyze only timers from the process with process ID pid. It is an error to specify -p with either -a or -n.
process-name
Analyze only timers from processes with name process-name. It is an error to specify -n with either -a or -p.

timerfires -n MyApp -s -t 10

timerfires will run for ten seconds, displaying timer data for all instances of processes named "MyApp", including stacks.

May 20, 2013 OS X