I'm trying to extract some metrics from my application and need to execute it a lot of times and take the mean of the metrics.
I was googling for it but didn't find anything, and nothing here on stackoverflow too.
Thanks.
I'm trying to extract some metrics from my application and need to execute it a lot of times and take the mean of the metrics.
I was googling for it but didn't find anything, and nothing here on stackoverflow too.
Thanks.
Copyright © 2021 Jogjafile Inc.
If you know the metrics you need, you may be better off using
nvprofand scripting it from the command line. You can output in csv format and then visualise in your favourite spreadsheet/chart app.