Created
May 28, 2020 09:13
-
-
Save angelovstanton/3f0fba06e3a43a3c327cf0e5e2a330f4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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