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
438
439
440
|
# File 'ext/stackprof/stackprof.c', line 438
def running?
false
end
|
.sample ⇒ Object
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
|
.stop ⇒ Object
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!
end
|