On Thu, Nov 21, 2024 at 1:32 PM Kamil Belter wrote:
>
> On Tue, Nov 19, 2024 at 12:58 PM Richard Biener
> wrote:
> >
> > On Tue, Nov 19, 2024 at 11:56 AM Kamil Belter via Gcc
> > wrote:
> > >
> > > Hello,
> > >
> > > I would like to set branch prediction based on .gcda files (I know I
> > > cou
On Tue, Nov 19, 2024 at 12:58 PM Richard Biener
wrote:
>
> On Tue, Nov 19, 2024 at 11:56 AM Kamil Belter via Gcc wrote:
> >
> > Hello,
> >
> > I would like to set branch prediction based on .gcda files (I know I
> > could have it automatically with -fprofile-use, but with my specific
> > use case
On Tue, Nov 19, 2024 at 11:56 AM Kamil Belter via Gcc wrote:
>
> Hello,
>
> I would like to set branch prediction based on .gcda files (I know I
> could have it automatically with -fprofile-use, but with my specific
> use case I can't do it).
>
> I've tried to use gcov-dump but I can't find any sp
Hello,
I would like to set branch prediction based on .gcda files (I know I
could have it automatically with -fprofile-use, but with my specific
use case I can't do it).
I've tried to use gcov-dump but I can't find any spec how to interpret
this output.
I've also tried to use -fprofile-use with