Closed osyoyu closed 9 months ago
Configuration is now accepted in the following manner:
profiler = Pf2::TimerThreadScheduler.new(threads: [Thread.current], track_new_threads: true)
...instead of Pf2::TimerThreadScheduler.new.start([Thread.current], true) .
Pf2::TimerThreadScheduler.new.start([Thread.current], true)
Configuration is now accepted in the following manner:
...instead of
Pf2::TimerThreadScheduler.new.start([Thread.current], true)
.