|
From: Nicholas N. <nj...@cs...> - 2005-11-18 19:49:43
|
On Fri, 18 Nov 2005, Josef Weidendorfer wrote: > Still it feels wrong. A profiling tool should run the same code as in > reality. Why artificially lower the quality of the result? This is a good point. For example, I think it's good that tools like Callgrind don't have to override malloc() with the Valgrind versions, as was the case at one point. To do the equivalent here we can expose some of the redirection functions to tools so they can install any redirections they need in their pre_clo_init() function. This seems pretty simple. But it won't go into 3.1.0, it's too close to the freeze. Nick |