Merge pull request #19708 from Homebrew/dependabot/bundler/Library/Homebrew/vernier-1.7.0

build(deps-dev): bump vernier from 1.6.0 to 1.7.0 in /Library/Homebrew
This commit is contained in:
Patrick Linnane 2025-04-04 15:32:31 +00:00 committed by GitHub
commit d6da002a6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 25 additions and 25 deletions

View File

@ -151,7 +151,7 @@ GEM
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
vernier (1.6.0)
vernier (1.7.0)
warning (1.5.0)
yard (0.9.37)
yard-sorbet (0.9.0)

View File

@ -37,7 +37,7 @@ class Vernier::Collector
# source://vernier//lib/vernier/collector.rb#8
def initialize(mode, options = T.unsafe(nil)); end
# source://vernier//lib/vernier/collector.rb#51
# source://vernier//lib/vernier/collector.rb#53
def add_marker(name:, start:, finish:, thread: T.unsafe(nil), phase: T.unsafe(nil), data: T.unsafe(nil)); end
# Get the current time.
@ -46,25 +46,25 @@ class Vernier::Collector
# integer nanoseconds. It's the same time used by Vernier internals and
# can be used to generate timestamps for custom markers.
#
# source://vernier//lib/vernier/collector.rb#47
# source://vernier//lib/vernier/collector.rb#49
def current_time; end
# Record an interval with a category and name. Yields to a block and
# records the amount of time spent in the block as an interval marker.
#
# source://vernier//lib/vernier/collector.rb#63
# source://vernier//lib/vernier/collector.rb#65
def record_interval(category, name = T.unsafe(nil)); end
def sample; end
def stack_table; end
def start; end
# source://vernier//lib/vernier/collector.rb#76
# source://vernier//lib/vernier/collector.rb#78
def stop; end
private
# source://vernier//lib/vernier/collector.rb#30
# source://vernier//lib/vernier/collector.rb#32
def add_hook(hook); end
def finish; end
@ -287,13 +287,13 @@ class Vernier::Output::Firefox
private
# source://vernier//lib/vernier/output/firefox.rb#156
# source://vernier//lib/vernier/output/firefox.rb#167
def counter_data; end
# source://vernier//lib/vernier/output/firefox.rb#108
def data; end
# source://vernier//lib/vernier/output/firefox.rb#164
# source://vernier//lib/vernier/output/firefox.rb#175
def marker_schema; end
# Returns the value of attribute profile.
@ -373,56 +373,56 @@ class Vernier::Output::Firefox::Categorizer::Category
def subcategories; end
end
# source://vernier//lib/vernier/output/firefox.rb#231
# source://vernier//lib/vernier/output/firefox.rb#242
class Vernier::Output::Firefox::Thread
# @return [Thread] a new instance of Thread
#
# source://vernier//lib/vernier/output/firefox.rb#234
# source://vernier//lib/vernier/output/firefox.rb#245
def initialize(ruby_thread_id, profile, categorizer, name:, tid:, samples:, weights:, markers:, started_at:, timestamps: T.unsafe(nil), sample_categories: T.unsafe(nil), stopped_at: T.unsafe(nil), allocations: T.unsafe(nil), is_main: T.unsafe(nil), is_start: T.unsafe(nil)); end
# source://vernier//lib/vernier/output/firefox.rb#407
# source://vernier//lib/vernier/output/firefox.rb#418
def allocations_table; end
# source://vernier//lib/vernier/output/firefox.rb#335
# source://vernier//lib/vernier/output/firefox.rb#346
def data; end
# source://vernier//lib/vernier/output/firefox.rb#328
# source://vernier//lib/vernier/output/firefox.rb#339
def filter_filenames(filenames); end
# source://vernier//lib/vernier/output/firefox.rb#487
# source://vernier//lib/vernier/output/firefox.rb#498
def frame_table; end
# source://vernier//lib/vernier/output/firefox.rb#515
# source://vernier//lib/vernier/output/firefox.rb#526
def func_table; end
# Returns the value of attribute is_start.
#
# source://vernier//lib/vernier/output/firefox.rb#232
# source://vernier//lib/vernier/output/firefox.rb#243
def is_start; end
# source://vernier//lib/vernier/output/firefox.rb#367
# source://vernier//lib/vernier/output/firefox.rb#378
def markers_table; end
# Returns the value of attribute profile.
#
# source://vernier//lib/vernier/output/firefox.rb#232
# source://vernier//lib/vernier/output/firefox.rb#243
def profile; end
# source://vernier//lib/vernier/output/firefox.rb#426
# source://vernier//lib/vernier/output/firefox.rb#437
def samples_table; end
# source://vernier//lib/vernier/output/firefox.rb#462
# source://vernier//lib/vernier/output/firefox.rb#473
def stack_table; end
# source://vernier//lib/vernier/output/firefox.rb#540
# source://vernier//lib/vernier/output/firefox.rb#551
def string_table; end
private
# source://vernier//lib/vernier/output/firefox.rb#562
# source://vernier//lib/vernier/output/firefox.rb#573
def gc_category; end
# source://vernier//lib/vernier/output/firefox.rb#566
# source://vernier//lib/vernier/output/firefox.rb#577
def thread_category; end
end

View File

@ -117,6 +117,6 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/yard-0.9.37/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/yard-sorbet-0.9.0/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/tapioca-0.16.11/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/arm64-darwin-20/#{Gem.extension_api_version}/vernier-1.6.0")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/vernier-1.6.0/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/arm64-darwin-20/#{Gem.extension_api_version}/vernier-1.7.0")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/vernier-1.7.0/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/warning-1.5.0/lib")