Menu

Time to execute

Bob
2010-03-21
2012-09-26
  • Bob

    Bob - 2010-03-21

    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.

     
  • Bob

    Bob - 2010-03-21

    should have added this -

    If DevC++ doesn't, does anyone know a free compiler that does, or is it just a
    pipe dream?

     
  • DARC

    DARC - 2010-03-23

    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?

     
  • cpns

    cpns - 2010-03-23

    The Profile Analysis feature uses
    gprof. Your
    project must be built with gprof instrumentation.

     
  • laxman varada

    laxman varada - 2010-08-16

    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

     

Log in to post a comment.