ProfilerConfig constructor

ProfilerConfig({
  1. required String s3OutputPath,
  2. int? profilingIntervalInMilliseconds,
  3. Map<String, String>? profilingParameters,
})

Implementation

ProfilerConfig({
  required this.s3OutputPath,
  this.profilingIntervalInMilliseconds,
  this.profilingParameters,
});