Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
Code::Blocks show run time program and used memory (Ubuntu 9.10)
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Code::Blocks show run time program and used memory (Ubuntu 9.10) (Read 4308 times)
kai_99
Guest
Code::Blocks show run time program and used memory (Ubuntu 9.10)
«
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...
Logged
oBFusCATed
Developer
Lives here!
Posts: 13406
Re: Code::Blocks show run time program and used memory (Ubuntu 9.10)
«
Reply #1 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
Logged
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
Code::Blocks show run time program and used memory (Ubuntu 9.10)