Sha256: 65d082764076fe99c2146a0178754dcd15230b4f7a16adcea8b4dc06dce7904c
Contents?: true
Size: 205 Bytes
Versions: 1
Compression:
Stored size: 205 Bytes
Contents
#!/usr/bin/env ruby require 'rubygems' unless defined?(gem) here = File.dirname(__FILE__) $LOAD_PATH << File.expand_path(File.join(here, '..', 'lib')) require 'fluent/stackprof' Fluent::Stackprof.new.run
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-stackprof-0.1.0 | bin/fluent-stackprof |