Method: Singed::Flamegraph#open_command

Defined in:
lib/singed/flamegraph.rb

#open_commandObject



51
52
53
# File 'lib/singed/flamegraph.rb', line 51

def open_command
  @open_command ||= "npx speedscope #{@filename}"
end