Skip to content

Instantly share code, notes, and snippets.

@methodmissing
Created November 13, 2009 00:37
Show Gist options
  • Select an option

  • Save methodmissing/233463 to your computer and use it in GitHub Desktop.

Select an option

Save methodmissing/233463 to your computer and use it in GitHub Desktop.
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