digitalmars.D.learn - profiling
- "Craig Black" <cblack ara.com> Dec 22 2005
- clayasaurus <clayasaurus gmail.com> Dec 22 2005
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








clayasaurus <clayasaurus gmail.com>