Skip to content

Instantly share code, notes, and snippets.

@awreece
Created October 3, 2012 04:49
Show Gist options
  • Save awreece/3825064 to your computer and use it in GitHub Desktop.
Save awreece/3825064 to your computer and use it in GitHub Desktop.
# dtrace -n 'tick-10msec /pid == $pid/ { @stacks[ustack()] = count(); }' -c "bin/debug/run_subdivide models/stegosaurus.obj"
dtrace: description 'tick-10msec ' matched 1 probe
dtrace: error on enabled probe ID 1 (ID 212808: profile:::tick-10msec): invalid address (0x7fff51a82650) in action #2
dtrace: error on enabled probe ID 1 (ID 212808: profile:::tick-10msec): invalid address (0x10e30b680) in action #2
dtrace: error on enabled probe ID 1 (ID 212808: profile:::tick-10msec): invalid address (0x7fff51a82650) in action #2
dtrace: error on enabled probe ID 1 (ID 212808: profile:::tick-10msec): invalid address (0x10e30b680) in action #2
dtrace: error on enabled probe ID 1 (ID 212808: profile:::tick-10msec): invalid address (0x7fff51a82650) in action #2
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment