Visual Studio 2013 Performance and Diagnostics for profiling -
i working in desktop application , measure performance of file loading scalability when user opens file.
i developing using visual studio 2013, obvious choice use performance , diagnostics - performance wizard - instrumentation measure time taken file loading.
however, found out profiler tool launch application , starts collecting data till click on stop profiling button. need file loading part. there way start profiling data collection before user clicks on file open dialog ? , not beginning of application ?
thank you
if uncheck "launch profiling after wizard finishes" on last page of performance wizard, have session created in performance explorer. can use "actions -> start profiling paused" launch application without profiling. right before click file open dialog, click "resume profiling" in .vsp document window.
Comments
Post a Comment