Sha256: 8a4cdeb611067b039242ba259237e1f313fb27a2d2d14ba953fcba5a5a9a641f

Contents?: true

Size: 269 Bytes

Versions: 10

Compression:

Stored size: 269 Bytes

Contents

require 'mkmf'
if have_func('rb_postponed_job_register_one') &&
   have_func('rb_profile_frames') &&
   have_func('rb_tracepoint_new') &&
   have_const('RUBY_INTERNAL_EVENT_NEWOBJ')
  create_makefile('stackprof')
else
  fail 'missing API: are you using ruby 2.1+?'
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
stackprof-0.2.9 ext/extconf.rb
stackprof-0.2.8 ext/extconf.rb
stackprof-0.2.7 ext/extconf.rb
stackprof-0.2.6 ext/extconf.rb
stackprof-0.2.5 ext/extconf.rb
stackprof-0.2.4 ext/extconf.rb
stackprof-0.2.3 ext/extconf.rb
stackprof-0.2.2 ext/extconf.rb
stackprof-0.2.1 ext/extconf.rb
stackprof-0.2.0 ext/extconf.rb