Kamil Belter
Kamil Belter

Reputation: 74

Human readable form of GCC PGO files (.gcda)

I have PGO files (.gcda) generated by my tests (I used GCC 12 with -fprofile-generate=/folder/ in compilation and linking). Is it possible to view .gcda output in human readable form?

I've only managed to dump .gcda files with gcov-dump but I don't know how to interpret output and how to connect it with my source code. Internet isn't helpful here, so I would appreciate hints.

Upvotes: 1

Views: 42

Answers (0)

Related Questions