Portability of .gcda files for PGO
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- To: gcc-help@xxxxxxxxxxx
- Subject: Portability of .gcda files for PGO
- From: Scott Meyers <NeverRead@xxxxxxxxxxxx>
- Date: Tue, 28 Jun 2011 17:21:44 -0700
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.18) Gecko/20110616 Mnenhy/0.8.3 Thunderbird/3.1.11
Suppose I want to build an instrumented executable (i.e., build with
-fprofile-generate) on my development machine, copy that executable over
to a testing machine, run the program and collect the instrumentation
data there (.gcda files), then copy the data back to my development
machine for a final build (with -fprofile-use). Can I do that?
Thanks,
Scott
[Index of Archives]
[Linux C Programming]
[Linux Kernel]
[eCos]
[Fedora Development]
[Fedora Announce]
[Autoconf]
[The DWARVES Debugging Tools]
[Yosemite Campsites]
[Yosemite News]
[Linux GCC]