Click here to Skip to main content
15,881,803 members
Please Sign up or sign in to vote.
1.80/5 (5 votes)
See more:
Just installed VS 2015 and I am not seeing how to enable the ms processing time per line. I saw the ability when at MS Build this year but apparently it is not doing it by default. I have looked through the options settings but nothing is standing out as to how to enable it.

Has anyone done this yet?
Posted
Comments
Sergey Alexandrovich Kryukov 21-Jul-15 10:05am    
What time? Time of what processing?
Do you understand that code is not really compiled line by line, and not executed line by line. So, what is it?
—SA
[no name] 21-Jul-15 13:22pm    
In case you are unaware there is processing metrics offered in the VS 2015 IDE. It has nothing to do with compile, but run time processing. The metrics allow the developer to troubleshoot long running methods and memory leaks.
Sergey Alexandrovich Kryukov 21-Jul-15 13:37pm    
Usually, this is called "profiler". No, I did not know that, as I want to wait for the final release. Thank you for telling me that. This is another reason why you should have explained it properly. You did not mention anything like runtime or compile time. And I still don't know what is "processing per line". I'm sure it makes certain sense, but everything should be properly defined.
—SA
[no name] 21-Jul-15 13:39pm    
Well it was clear to the other commented posted so it can not be that vague. Yes they are called profilers but that is more vague even as it could indicate memory etc.

I wanted to know specifically the processing time of the line in ms (mili seconds).
FYI, VS 2015 was officially released yesterday.
Philippe Mori 21-Jul-15 13:05pm    
As far as I know, you have nothing to do except probably use the new debug engine which would be selected by default. Also, I think that it is only written if elapsed time is above a small threshold.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900