DEV Community

Discussion on: Calculate Your Code Performance

Collapse
 
bill_magnet profile image
Bill Manget

If your code base is really large, adding start and end times to individual functions is not feasilble. You can try Visual Studio Profiler that provides a comprehensive stats.

Collapse
 
aboss123 profile image
Ashish Bailkeri

I agree, that's when you need a more complex benchmarking system.