Sha256: c98e121940920533a1b3fae5e232f50d3a7b4531e6476bd78e37f72e78d0440d

Contents?: true

Size: 222 Bytes

Versions: 14

Compression:

Stored size: 222 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/typeprof")
ensure
  StackProf.stop
  StackProf.results
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
typeprof-0.8.0 tools/stackprof-wrapper.rb
typeprof-0.7.0 tools/stackprof-wrapper.rb
typeprof-0.6.1 tools/stackprof-wrapper.rb
typeprof-0.6.0 tools/stackprof-wrapper.rb
typeprof-0.5.4 tools/stackprof-wrapper.rb
typeprof-0.5.3 tools/stackprof-wrapper.rb
typeprof-0.5.2 tools/stackprof-wrapper.rb
typeprof-0.5.1 tools/stackprof-wrapper.rb
typeprof-0.5.0 tools/stackprof-wrapper.rb
typeprof-0.4.2 tools/stackprof-wrapper.rb
typeprof-0.4.1 tools/stackprof-wrapper.rb
typeprof-0.4.0 tools/stackprof-wrapper.rb
typeprof-0.3.0 tools/stackprof-wrapper.rb
typeprof-0.2.0 tools/stackprof-wrapper.rb