Line Profiling
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I am doing profiling on a program.When i am doing "function timing" and "Function coverage" the result are properly present in the profile window and i can copy all the result into a file.But when i do "line profiling" all the result from the begining are not seen in the profile window.Can i save the result directly into a file(say notepad/wordpad) while the line profiling is going on.