Method: BOAST::PAPIProbe.start
- Defined in:
- lib/BOAST/Runtime/Probe.rb
.start ⇒ Object
121 122 123 124 125 126 127 |
# File 'lib/BOAST/Runtime/Probe.rb', line 121 def start get_output.print <<EOF if( _boast_event_set != Qnil) { rb_funcall(_boast_event_set, rb_intern("start"), 0); } EOF end |