mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Merge pull request #19478 from Homebrew/vernier-allocation_interval
dev-cmd/prof: fix `vernier` invocation
This commit is contained in:
commit
35b301e416
@ -50,7 +50,7 @@ module Homebrew
|
|||||||
elsif args.vernier?
|
elsif args.vernier?
|
||||||
output_filename = "prof/vernier.json"
|
output_filename = "prof/vernier.json"
|
||||||
Process::UID.change_privilege(Process.euid) if Process.euid != Process.uid
|
Process::UID.change_privilege(Process.euid) if Process.euid != Process.uid
|
||||||
safe_system "vernier", "run", "--output=#{output_filename}", "--allocation_sample_rate=500", "--",
|
safe_system "vernier", "run", "--output=#{output_filename}", "--allocation_interval=500", "--",
|
||||||
RUBY_PATH, brew_rb, *args.named
|
RUBY_PATH, brew_rb, *args.named
|
||||||
ohai "Profiling complete!"
|
ohai "Profiling complete!"
|
||||||
puts "Upload the results from #{output_filename} to:"
|
puts "Upload the results from #{output_filename} to:"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user