Created
November 13, 2009 00:37
-
-
Save methodmissing/233463 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
| methodmissing:ruby lourens$ sudo dtrace -ln 'ruby*:::' | |
| ID PROVIDER MODULE FUNCTION NAME | |
| 20534 ruby46744 ruby rb_thread_call_with_gvl gvm_lock_begin-location | |
| 20535 ruby46744 ruby do_select gvm_lock_begin-location | |
| 20536 ruby46744 ruby rb_thread_blocking_region gvm_lock_begin-location | |
| 20537 ruby46744 ruby rb_thread_blocking_region_begin gvm_lock_begin-location | |
| 20538 ruby46744 ruby rb_thread_call_with_gvl gvm_lock_end-location | |
| 20539 ruby46744 ruby rb_thread_blocking_region_end gvm_lock_end-location | |
| 20540 ruby46744 ruby do_select gvm_lock_end-location | |
| 20541 ruby46744 ruby rb_thread_blocking_region gvm_lock_end-location | |
| 20542 ruby46744 ruby rb_newobj newobj-location |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment