Long time DevC user, first time writer
I was wondering if DevC++ has any tool to time the amount of memory your
program uses from start to end and/or the time it takes to execute. I just
finished writing a load flow program and it would get me extra marks if I can
give the prof more data on it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Are you using Dev-C++ 4.9.9.2? In the Execute menu there is a Profile Analysis
opion. This is not in the former version(s) of Dev-C++. Im just a hobbiest,
but it looks like it gives stats on function execution. As for total program
execution can't you manipulate some time functions and calculate it yourself?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey y'all
Long time DevC user, first time writer
I was wondering if DevC++ has any tool to time the amount of memory your
program uses from start to end and/or the time it takes to execute. I just
finished writing a load flow program and it would get me extra marks if I can
give the prof more data on it.
should have added this -
If DevC++ doesn't, does anyone know a free compiler that does, or is it just a
pipe dream?
Are you using Dev-C++ 4.9.9.2? In the Execute menu there is a Profile Analysis
opion. This is not in the former version(s) of Dev-C++. Im just a hobbiest,
but it looks like it gives stats on function execution. As for total program
execution can't you manipulate some time functions and calculate it yourself?
The Profile Analysis feature uses
gprof. Your
project must be built with gprof instrumentation.
hi,
I just finished writing a load flow program and it would get me extra marks if
I can give the prof more data on it.
regards,
phe9oxis,
http://www.guidebuddha.com