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.21'

Class Method Summary collapse

Class Method Details

.results(*args) ⇒ Object



342
343
344
# File 'ext/stackprof/stackprof.c', line 342

def results(*args)
  unimplemented
end

.run(*args) ⇒ Object



429
430
431
# File 'ext/stackprof/stackprof.c', line 429

def run(*args)
  unimplemented
end

.running?Boolean

Returns:

  • (Boolean)


438
439
440
# File 'ext/stackprof/stackprof.c', line 438

def running?
  false
end

.sampleObject



759
760
761
# File 'ext/stackprof/stackprof.c', line 759

def sample
  unimplemented
end

.start(*args) ⇒ Object



141
142
143
# File 'ext/stackprof/stackprof.c', line 141

def start(*args)
  unimplemented
end

.stopObject



230
231
232
# File 'ext/stackprof/stackprof.c', line 230

def stop
  unimplemented
end

.use_postponed_job!Object



823
824
825
# File 'ext/stackprof/stackprof.c', line 823

def use_postponed_job!
  # noop
end