Sha256: c0a8219a6a238b64fed9357023bb271860699270fdcf3b8c0e26c441734d23db

Contents?: true

Size: 227 Bytes

Versions: 5

Compression:

Stored size: 227 Bytes

Contents

#!/usr/bin/env ruby

require "stackprof"
StackProf.start(mode: :cpu, out: "stackprof-cpu.dump", raw: true, interval: 1000)
begin
  load File.join(__dir__, "../exe/type-profiler")
ensure
  StackProf.stop
  StackProf.results
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
typeprof-0.1.4 tools/stackprof-wrapper.rb
typeprof-0.1.3 tools/stackprof-wrapper.rb
typeprof-0.1.2 tools/stackprof-wrapper.rb
typeprof-0.1.1 tools/stackprof-wrapper.rb
typeprof-0.1.0 tools/stackprof-wrapper.rb