Skip to content

Instantly share code, notes, and snippets.

@angelovstanton
Created May 28, 2020 09:13
Show Gist options
  • Save angelovstanton/3f0fba06e3a43a3c327cf0e5e2a330f4 to your computer and use it in GitHub Desktop.
Save angelovstanton/3f0fba06e3a43a3c327cf0e5e2a330f4 to your computer and use it in GitHub Desktop.
var metrics = devToolssession.Performance.GetMetrics();
foreach (var metric in metrics.Result.Metrics)
{
Console.WriteLine($"{metric.Name} = {metric.Value}");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment