Hi--

On Apr 18, 2013, at 11:21 AM, Niklaus <nikl...@gmail.com> wrote:
>    How do i profile a library which is dlopened from an executable.
> The executable and the library are compiled with -g using gcc . Can
> somone tell me tool that would profile it at runtime.

For gprof-style profiling, you'll need to build with -pg in addition.

Regards,
-- 
-Chuck

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to