You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -29,15 +29,15 @@ public class EtwProfilerConfig
29
29
30
30
/// <param name="performExtraBenchmarksRun">if set to true, benchmarks will be executed one more time with the profiler attached. If set to false, there will be no extra run but the results will contain overhead. True by default.</param>
31
31
/// <param name="bufferSizeInMb">ETW session buffer size, in MB. 256 by default</param>
32
-
/// <param name="cpuSampleIntervalInMiliseconds">The rate at which CPU samples are collected. By default this is 1 (once a millisecond per CPU). There is a lower bound on this (typically 0.125 ms)</param>
32
+
/// <param name="cpuSampleIntervalInMilliseconds">The rate at which CPU samples are collected. By default this is 1 (once a millisecond per CPU). There is a lower bound on this (typically 0.125 ms)</param>
33
33
/// <param name="intervalSelectors">interval per hardware counter, if not provided then default values will be used.</param>
34
34
/// <param name="kernelKeywords">kernel session keywords, ImageLoad (for native stack frames) and Profile (for CPU Stacks) are the defaults</param>
35
35
/// <param name="providers">providers that should be enabled, if not provided then default values will be used</param>
36
36
/// <param name="createHeapSession">value indicating whether to create heap session. False by default, used internally by NativeMemoryProfiler.</param>
0 commit comments