Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: kai_99 on February 19, 2010, 12:57:44 pm

Title: Code::Blocks show run time program and used memory (Ubuntu 9.10)
Post by: kai_99 on February 19, 2010, 12:57:44 pm
Hi,all
I`ve just installed Code::Blocks and works great:) . I use Ubuntu 9.10 , change xterm with gnome-terminal :)
Is there a way at the end of program (before Press ENTER to continue.) to show run time (at sec) and used memory . I search all over the options but nothing  :( Thanks...
Title: Re: Code::Blocks show run time program and used memory (Ubuntu 9.10)
Post by: oBFusCATed on February 19, 2010, 01:58:49 pm
Memory tracking for single process is hardly possible on Linux.
About the running time, I suppose this can be added to the console runner.

For tackling memory leaks you can use valgrind the mightiest :)