TIMERFIRES(1) General Commands Manual TIMERFIRES(1)

timerfiresanalyze timers as they fire

timerfires [-t timeout] [-p pid | -n name] [-s]

The timerfires utility lists timers as they fire.

The options are as follows:

timeout
Run only for timeout seconds; then exit.
pid
Analyze only timers from the process with process ID pid.
name
Analyze only timers from processes with name name. It is an error to specify both -p and -n.
Show call stacks for "sleep"-type timers.

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