Module: StackProf

Defined in:
lib/stackprof.rb,
lib/stackprof/report.rb,
lib/stackprof/middleware.rb,
lib/stackprof/truffleruby.rb,
ext/stackprof/stackprof.c

Defined Under Namespace

Classes: Middleware, Report

Constant Summary collapse

VERSION =
'0.2.23'

Class Method Summary collapse

Class Method Details

.results(*args) ⇒ Object



345
346
347
# File 'ext/stackprof/stackprof.c', line 345

def results(*args)
  unimplemented
end

.run(*args) ⇒ Object



432
433
434
# File 'ext/stackprof/stackprof.c', line 432

def run(*args)
  unimplemented
end

.running?Boolean

Returns:

  • (Boolean)


441
442
443
# File 'ext/stackprof/stackprof.c', line 441

def running?
  false
end

.sampleObject



777
778
779
# File 'ext/stackprof/stackprof.c', line 777

def sample
  unimplemented
end

.start(*args) ⇒ Object



143
144
145
# File 'ext/stackprof/stackprof.c', line 143

def start(*args)
  unimplemented
end

.stopObject



233
234
235
# File 'ext/stackprof/stackprof.c', line 233

def stop
  unimplemented
end

.use_postponed_job!Object



841
842
843
# File 'ext/stackprof/stackprof.c', line 841

def use_postponed_job!
  # noop
end