how can i measure the memory that program use

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • remlostime

    how can i measure the memory that program use

    now, i wanna how much memory my program use, what code should i add to
    my code, or is there some program that can test it?
  • cc

    #2
    Re: how can i measure the memory that program use

    On Feb 25, 12:38 am, remlostime <remlost...@gma il.comwrote:
    now, i wanna how much memory my program use, what code should i add to
    my code, or is there some program that can test it?
    I also want to know, mark. So waiting someone settle this problem

    Comment

    • slackmeister

      #3
      Re: how can i measure the memory that program use

      Couldn't you do that just by looking at Processes in the Task Manager?

      --
      Message posted using http://www.talkaboutprogramming.com/...comp.lang.c++/
      More information at http://www.talkaboutprogramming.com/faq.html

      Comment

      • remlostime

        #4
        Re: how can i measure the memory that program use

        On 2ÔÂ25ÈÕ, ÉÏÎç6ʱ58·Ö, "slackmeist er" <kevinfglo....@ yahoo.comwrote:
        Couldn't you do that just by looking at Processes in the Task Manager?
        >
        --
        Message posted usinghttp://www.talkaboutpr ogramming.com/group/comp.lang.c++/
        More information athttp://www.talkaboutpr ogramming.com/faq.html
        sorry, i cannot find something helpful

        Comment

        • Ian Collins

          #5
          Re: how can i measure the memory that program use

          remlostime wrote:
          now, i wanna how much memory my program use, what code should i add to
          my code, or is there some program that can test it?
          Create your own global new and delete operators and keep track your self.

          --
          Ian Collins.

          Comment

          Working...