Sha256: 69ac0ed569dbafd8f140e3b65809f42af59c828bf304aaf91751cccced010a4b
Contents?: true
Size: 355 Bytes
Versions: 6
Compression:
Stored size: 355 Bytes
Contents
module Datadog module Profiling module Tasks # Prints help message for usage of `ddprofrb` class Help def run puts %( Usage: ddprofrb [command] [arguments] exec [command]: Executes command with profiling preloaded. help: Prints this help message. ) end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems