From: Nicholas N. <nj...@ca...> - 2003-04-07 12:40:40
|
On Fri, 4 Apr 2003, Charlls Quarra wrote: > I wonder if there are issues about profiling > dinamically loaded plugins? valgrind --skin=cachegrind > doesnt seem to produce any relevant info about code in > those plugins, only code in statically linked > libraries Hmm, in theory there should be no problems, Valgrind (and hence Cachegrind) can handle dlopen'd plugins ok... N |