Searched refs:rb_mProfiler (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/
H A Dgc.c4501 VALUE rb_mProfiler; local
4513 rb_mProfiler = rb_define_module_under(rb_mGC, "Profiler");
4514 rb_define_singleton_method(rb_mProfiler, "enabled?", gc_profile_enable_get, 0);
4515 rb_define_singleton_method(rb_mProfiler, "enable", gc_profile_enable, 0);
4516 rb_define_singleton_method(rb_mProfiler, "raw_data", gc_profile_record_get, 0);
4517 rb_define_singleton_method(rb_mProfiler, "disable", gc_profile_disable, 0);
4518 rb_define_singleton_method(rb_mProfiler, "clear", gc_profile_clear, 0);
4519 rb_define_singleton_method(rb_mProfiler, "result", gc_profile_result, 0);
4520 rb_define_singleton_method(rb_mProfiler, "report", gc_profile_report, -1);
4521 rb_define_singleton_method(rb_mProfiler, "total_tim
[all...]

Completed in 78 milliseconds