lib/gvl-tracing.rb in gvl-tracing-1.5.2 vs lib/gvl-tracing.rb in gvl-tracing-1.6.0
- old
+ new
@@ -32,11 +32,11 @@
module GvlTracing
class << self
private :_start
private :_stop
- def start(file)
- _start(file)
+ def start(file, os_threads_view_enabled: false)
+ _start(file, os_threads_view_enabled)
_init_local_storage(Thread.list)
@path = file
return unless block_given?