Any way to time individual lines in c++?

Associate
Joined
18 Oct 2002
Posts
1,108
Location
Nottingham
Ive treid using the built in profiler in visual c++ and a range of other software and with none of them ive been able to time how long in milliseconds it takes for any line of code (and any code that line runs) to run. Any advice or ideas?
 
Back
Top Bottom