Re: Good ways to analyze a running c-program?
- From: CBFalconer <cbfalconer@xxxxxxxxx>
- Date: Sat, 30 Dec 2006 22:10:11 -0500
jacob navia wrote:
dspfun a écrit :.... snip ...
I would like to analyze my running c-program.
What I would like to know for example is the range of the entire
address space of my running c-program (memory reserved for/by the
running program), starting address and sizes of text (code), stack,
heap, bss, constant data, linked in libraries, etc.
Under windows you can have several tools for doing that, but the
only really free one is the task manager, that will display the
memory/handles/paged/non paged memory/memory usage delta/
page faults/ and many other information.
Look up prcview. <http://www.teamcti.com/pview/prcview.htm>
--
Merry Christmas, Happy Hanukah, Happy New Year
Joyeux Noel, Bonne Annee.
Chuck F (cbfalconer at maineline dot net)
<http://cbfalconer.home.att.net>
.
- Follow-Ups:
- Re: Good ways to analyze a running c-program?
- From: jacob navia
- Re: Good ways to analyze a running c-program?
- References:
- Good ways to analyze a running c-program?
- From: dspfun
- Re: Good ways to analyze a running c-program?
- From: jacob navia
- Good ways to analyze a running c-program?
- Prev by Date: Re: comparing doubles for equality
- Next by Date: Pass an EOF before pressing enter
- Previous by thread: Re: Good ways to analyze a running c-program?
- Next by thread: Re: Good ways to analyze a running c-program?
- Index(es):