We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e824c7 commit f918ce8Copy full SHA for f918ce8
1 file changed
Framework/PostSharp.Samples.Profiling/Program.cs
@@ -25,7 +25,7 @@ private static void Main(string[] args)
25
return;
26
}
27
TimeSpan period = TimeSpan.FromSeconds(10);
28
- ProfilingServices.Initialize(telemetryClient, );
+ ProfilingServices.Initialize(telemetryClient, period);
29
30
Console.WriteLine($"Sampling every {period.TotalSeconds} seconds. Press Ctrl-C to stop, then wait a few seconds for completion.");
31
0 commit comments