This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/TMS570LC4357: how to show compilation/ building time duration in CCS

Part Number: TMS570LC4357

Tool/software: TI C/C++ Compiler

Hello 

I'm not fully sure if I address my question properly, but I want to show the total building  compilation time  for my project  in CCS 

( my setup is CCS 7.4 , compiler TI LTS  16.9.7  ) , but how to show it in CCS ? 

In dirretrent IDE (also basis on eclipse)  it is looking like this : 

  • Marcin Rozycki68 said:
    but how to show it in CCS ? 

    I haven't found how to display the build time in the CCS build console.

    measure build time describes how to set Eclipse debug options which report the build time. This works in CCS 7.4, but the build time appears in a separate Eclipse debug console window. E.g.:

    Sun Feb 25 13:44:29 GMT 2018 - [Worker-7] com.ti.ccstudio.project.ui.internal.actions.BuildProjectAction_hack$2(Building project(s)): Top-level build-start of: 66AK2H14_A15_sys_bios_heap_track; [Release], FULL_BUILD
    Sun Feb 25 13:44:29 GMT 2018 - [Worker-7] com.ti.ccstudio.project.ui.internal.actions.BuildProjectAction_hack$2(Building project(s)): Invoking (FULL_BUILD) on builder: CommonBuilder(66AK2H14_A15_sys_bios_heap_track; [Release])
    Sun Feb 25 13:46:16 GMT 2018 - [Worker-7] com.ti.ccstudio.project.ui.internal.actions.BuildProjectAction_hack$2(Building project(s)): Builder finished: CommonBuilder(66AK2H14_A15_sys_bios_heap_track; [Release]) time: 107673ms
    Sun Feb 25 13:46:16 GMT 2018 - [Worker-7] com.ti.ccstudio.project.ui.internal.actions.BuildProjectAction_hack$2(Building project(s)): Invoking (FULL_BUILD) on builder: ScannerConfigBuilder(66AK2H14_A15_sys_bios_heap_track; [Release])
    Sun Feb 25 13:46:17 GMT 2018 - [Worker-7] com.ti.ccstudio.project.ui.internal.actions.BuildProjectAction_hack$2(Building project(s)): Builder finished: ScannerConfigBuilder(66AK2H14_A15_sys_bios_heap_track; [Release]) time: 340ms
    Sun Feb 25 13:46:17 GMT 2018 - [Worker-7] com.ti.ccstudio.project.ui.internal.actions.BuildProjectAction_hack$2(Building project(s)): Top-level build-end time: 108016

    The build times appear to be in milliseconds.