|

Sunday February 20, 2005
DTrace & finding C++ Memory Leaks
The developers.sun.com site has an excellent article written by Jay Danielsen on Using DTrace to Profile and Debug A C++ Program. Well worth ten minutes of your time.
(2005-02-20 14:19:33.0)
Permalink
Trackback URL: http://blogs.sun.com/fintanr/entry/dtrace_finding_c_memory_leaks
|
Posted by Chris Morgan on February 21, 2005 at 06:15 PM GMT #
no disagreement with you in terms of within a development environment, if I had purify in my available tool box while working on something like this I would reach for it first time round as well. But would this work in a production environment?, the performance impact of purify is known to be pretty high, and you would need to redploy your application.... <p /> The thing about this article is that all of the tools used can be used while your production environment is up and running. The memory leak in itself is just an example. <p />
Posted by fintanr on February 21, 2005 at 10:39 PM GMT #