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

Class Method Summary collapse

Class Method Details

.results(*args) ⇒ Object



347
348
349
# File 'ext/stackprof/stackprof.c', line 347

def results(*args)
  unimplemented
end

.run(*args) ⇒ Object



434
435
436
# File 'ext/stackprof/stackprof.c', line 434

def run(*args)
  unimplemented
end

.running?Boolean

Returns:

  • (Boolean)


443
444
445
# File 'ext/stackprof/stackprof.c', line 443

def running?
  false
end

.sampleObject



784
785
786
# File 'ext/stackprof/stackprof.c', line 784

def sample
  unimplemented
end

.start(*args) ⇒ Object



145
146
147
# File 'ext/stackprof/stackprof.c', line 145

def start(*args)
  unimplemented
end

.stopObject



235
236
237
# File 'ext/stackprof/stackprof.c', line 235

def stop
  unimplemented
end

.use_postponed_job!Object



848
849
850
# File 'ext/stackprof/stackprof.c', line 848

def use_postponed_job!
  # noop
end