#include "components/memory_system/parameters.h"
#include <string_view>
#include "base/profiler/process_type.h"
namespace memory_system {
GwpAsanParameters::GwpAsanParameters(bool boost_sampling,
std::string_view process_type)
: … { … }
ProfilingClientParameters::ProfilingClientParameters(
version_info::Channel channel,
base::ProfilerProcessType process_type)
: … { … }
DispatcherParameters::DispatcherParameters(
PoissonAllocationSamplerInclusion poisson_allocation_sampler_inclusion,
AllocationTraceRecorderInclusion allocation_trace_recorder_inclusion,
std::string_view process_type)
: … { … }
}