Reputation: 74
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