No way to see the execution time of the program

CodeLite installation/troubleshooting forum
fullm3tal
CodeLite Curious
Posts: 1
Joined: Sun Sep 02, 2018 7:18 pm
Genuine User: Yes
IDE Question: C++
Contact:

No way to see the execution time of the program

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

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

Post 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
Make sure you have read the HOW TO POST thread
Post Reply