This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Portability of .gcda files for PGO


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 Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]