Page 1 of 1

No way to see the execution time of the program

Posted: Mon Sep 03, 2018 10:19 am
by fullm3tal
Hi,

There is no way to see the execution time of the program, when you build and run the project.
I'm using Ubuntu 16.04 and Codelite version 12.08. I know that the execution time can be seen when you run Codelite in Windows, but I can't see it in Linux.

Screenshot that shows the execution time in Codeblocks:
Image

Any help would be appreciated.

Thanks

Re: No way to see the execution time of the program

Posted: Tue Sep 11, 2018 12:40 pm
by eranif
You can wrap your code the command line "time" or edit the script codelite_exec (located under /usr/bin/) to do that for you