Monday 9 September 2013

Performance Profiling with multi arguments and generate multi reports

Performance Profiling with multi arguments and generate multi reports

I'm working on C# project with visual studio 2012 premium, and improving a
method using Performance Profiling feature in VS.
Performance Profiling will generate one report for each profiling. Since
the method I work with has multi bottleneck related to the arguments, I
have to run profiling as many as I need manually. It's a pretty tough
work.
What I want to know is how I could run Performance Profiling automatically
with changing the argument of the method and get report for each argument.
Thanks in advance!

No comments:

Post a Comment