> AFAIU, gprof can't profile shared libraries. At all.
I have seen that in linux sprof can be used for that. Is there a windows
alternative?
- Original Message -
From: "LRN"
To:
Sent: Wednesday, January 27, 2016 10:11 AM
Subject: Re: [Mingw-w64
On 26.01.2016 21:19, Victor Bombi wrote:
> Hi,
>
> I am trying to profile a dll with gprof . The dll is compiled and linked
> with -pg but the exe is not. When I start exe it gets stuck at the
> beggining.
> I have already look at
> https://sourceware.org/binutils/docs-2.16/gprof/Compiling.html
Hi,
I am trying to profile a dll with gprof . The dll is compiled and linked
with -pg but the exe is not. When I start exe it gets stuck at the
beggining.
I have already look at
https://sourceware.org/binutils/docs-2.16/gprof/Compiling.html but may be
there is something more specific to mingw6