Writing an Optimiser
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi All, I know that the compile options \Gh gets you the _penter and _pexit, which can be used to get function level timings. However, now the trick is how does one get to the level of saying: Line 121 took 13ms, Line 122 took 14ms, etc...? Has anyone got any ideas or documentation to read? thanks, Rich "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far the Universe is winning." -- Rich Cook