Hello,
I want optimize an algorithm with the Cache Layout Tool direkt in CCS 6.0.
- Code generation tools: 7.4.8
- Target: C64x+
The first phase of generating profile feedback data is done. I get the file "pprofout.pdat". Then I generate the PRF file with the tool "Profile Data Decoder" (pdd6x) manually in the command line.
Is there an option to do it automatically from the CCS? I think a post-build command could be the solution?
But the main problem ist the generation of the CSV-Files with --gen_profile_info to get callgraph informations. It is not working with CCS. The same build options from CCS putting in the command line generates the expected CSV file.
Do I miss something or am I doing something wrong?
Is there an option to do both phases --gen_profile_info and --use_profile_info with CCS automatically?
Thanks,
Milan