Skip to content

Commit

Permalink
Include allocation interval in autorun log
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuay03 committed Oct 29, 2024
1 parent 730b63b commit e9a48f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vernier/autorun.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def self.start
allocation_interval = options.fetch(:allocation_interval, 0).to_i
hooks = options.fetch(:hooks, "").split(",")

STDERR.puts("starting profiler with interval #{interval}")
STDERR.puts("starting profiler with interval #{interval} and allocation interval #{allocation_interval}")

@collector = Vernier::Collector.new(:wall, interval:, allocation_interval:, hooks:)
@collector.start
Expand Down

0 comments on commit e9a48f8

Please sign in to comment.