Sha256: 9b1f6e9a439c4b87c944e434b2cd530f238a5ec686eecfec7d9699197951e533
Contents?: true
Size: 406 Bytes
Versions: 32
Compression:
Stored size: 406 Bytes
Contents
# frozen_string_literal: true module Datadog module Profiling module Collectors # Used to pace the rate of profiling samples based on the last observed time for a sample. # All of this module is implemented as native code. # # Methods prefixed with _native_ are implemented in `collectors_dynamic_sampling_rate.c` module DynamicSamplingRate end end end end
Version data entries
32 entries across 32 versions & 2 rubygems