digitalmars.D.learn - profiling
- Craig Black (3/3) Dec 22 2005 On the website there is documentation for profiling using DMC++. Does t...
- clayasaurus (6/12) Dec 22 2005 The D compiler supports profiling and code coverage analysis.
On the website there is documentation for profiling using DMC++. Does the D compiler provide support for profiling also? -Craig
Dec 22 2005
The D compiler supports profiling and code coverage analysis. For profiling, with the -profile switch when you compile, and when you run your program, it will create trace.log which holds the information. For code coverage analysis, see http://www.digitalmars.com/d/code_coverage.html Craig Black wrote:On the website there is documentation for profiling using DMC++. Does the D compiler provide support for profiling also? -Craig
Dec 22 2005