asp.net - Execution time testing for c# method -
i have cs page few methods. when try load page takes long time. there way identify how long each method taking fetch data? instead of debugging there way of capturing time spans?
any tool or other suggestions?
the visual studio profiling tools let developers measure, evaluate, , target performance-related issues in code. these tools integrated ide provide seamless , approachable user experience.
profiling application straightforward. begin creating new performance session. in visual studio team system development edition, can use performance session wizard create new performance session. after performance session ends, data gathered during profiling saved in .vsp file. can view .vsp file inside ide. there several report views available visualize , detect performance issues data gathered.
Comments
Post a Comment