Sha256: d541c935a137cca6286318a18590d0800edb726d867cc55f68d5f50abb140bc5

Contents?: true

Size: 366 Bytes

Versions: 19

Compression:

Stored size: 366 Bytes

Contents

#!/usr/bin/env ruby
require 'datadog/profiling/tasks/exec'
require 'datadog/profiling/tasks/help'

command = ARGV.shift

case command
when 'exec'
  Datadog::Profiling::Tasks::Exec.new(ARGV).run
when 'help', '--help'
  Datadog::Profiling::Tasks::Help.new.run
else
  puts "Command '#{command}' is not valid for ddprofrb."
  Datadog::Profiling::Tasks::Help.new.run
end

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
datadog-2.9.0 bin/ddprofrb
datadog-2.8.0 bin/ddprofrb
datadog-2.7.1 bin/ddprofrb
datadog-2.7.0 bin/ddprofrb
datadog-2.6.0 bin/ddprofrb
datadog-2.5.0 bin/ddprofrb
datadog-2.4.0 bin/ddprofrb
datadog-2.3.0 bin/ddprofrb
datadog-2.2.0 bin/ddprofrb
ddtrace-1.23.3 bin/ddprofrb
ddtrace-1.23.2 bin/ddprofrb
datadog-2.1.0 bin/ddprofrb
datadog-2.0.0 bin/ddprofrb
ddtrace-1.23.1 bin/ddprofrb
datadog-2.0.0.beta2 bin/ddprofrb
ddtrace-1.22.0 bin/ddprofrb
datadog-2.0.0.beta1 bin/ddprofrb
ddtrace-1.21.1 bin/ddprofrb
ddtrace-1.21.0 bin/ddprofrb