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.26'
Class Method Summary
collapse
Class Method Details
.results(*args) ⇒ Object
349
350
351
|
# File 'ext/stackprof/stackprof.c', line 349
def results(*args)
unimplemented
end
|
.run(*args) ⇒ Object
446
447
448
|
# File 'ext/stackprof/stackprof.c', line 446
def run(*args)
unimplemented
end
|
.running? ⇒ Boolean
455
456
457
|
# File 'ext/stackprof/stackprof.c', line 455
def running?
false
end
|
.sample ⇒ Object
810
811
812
|
# File 'ext/stackprof/stackprof.c', line 810
def sample
unimplemented
end
|
.start(*args) ⇒ Object
147
148
149
|
# File 'ext/stackprof/stackprof.c', line 147
def start(*args)
unimplemented
end
|
.stop ⇒ Object
237
238
239
|
# File 'ext/stackprof/stackprof.c', line 237
def stop
unimplemented
end
|
.use_postponed_job! ⇒ Object
885
886
887
|
# File 'ext/stackprof/stackprof.c', line 885
def use_postponed_job!
end
|