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:
Any help would be appreciated.
Thanks
No way to see the execution time of the program
-
- CodeLite Curious
- Posts: 1
- Joined: Sun Sep 02, 2018 7:18 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- 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
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