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

Class Method Summary collapse

Class Method Details

.results(*args) ⇒ Object



379
380
381
# File 'ext/stackprof/stackprof.c', line 379

def results(*args)
  unimplemented
end

.run(*args) ⇒ Object



476
477
478
# File 'ext/stackprof/stackprof.c', line 476

def run(*args)
  unimplemented
end

.running?Boolean

Returns:

  • (Boolean)


485
486
487
# File 'ext/stackprof/stackprof.c', line 485

def running?
  false
end

.sampleObject



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

def sample
  unimplemented
end

.start(*args) ⇒ Object



165
166
167
# File 'ext/stackprof/stackprof.c', line 165

def start(*args)
  unimplemented
end

.stopObject



261
262
263
# File 'ext/stackprof/stackprof.c', line 261

def stop
  unimplemented
end

.use_postponed_job!Object



915
916
917
# File 'ext/stackprof/stackprof.c', line 915

def use_postponed_job!
  # noop
end