Created
October 3, 2012 04:49
-
-
Save awreece/3825064 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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