Sha256: 716d57f7426f317bd867fcfee37589839872a7442cbae9fa850f2b8b5a6d766c

Contents?: true

Size: 464 Bytes

Versions: 2

Compression:

Stored size: 464 Bytes

Contents

require "mkmf"

if RUBY_VERSION >= "1.9"
  if RUBY_RELEASE_DATE < "2005-03-17"
    STDERR.print("Ruby version is too old\n")
    exit(1)
  end
elsif RUBY_VERSION >= "1.8"
  if RUBY_RELEASE_DATE < "2005-03-22"
    STDERR.print("Ruby version is too old\n")
    exit(1)
  end
else
  STDERR.print("Ruby version is too old\n")
  exit(1)
end

have_header("sys/times.h")
have_func("rb_os_allocated_objects")
have_func("rb_gc_allocated_size")
create_makefile("ruby_prof")

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ruby-prof-0.6.0 ext/extconf.rb
ruby-prof-0.6.0-x86-mswin32-60 ext/extconf.rb