Click here to Skip to main content
15,896,344 members
Please Sign up or sign in to vote.
3.50/5 (2 votes)
See more:
I want to know stack usage of my C application using some tool.

I tried exploring some on net, but couldn't get any useful tool. Couple of tools like vmmap, Process Monitor do give me stack count, but I am skeptical if it is reliable.

Please suggest any tool or means to calculate stack usage.
Posted
Updated 28-Feb-11 22:05pm
v2
Comments
Manfred Rudolf Bihy 2-Mar-11 6:17am    
Is XPerf I mentioned in my solution an option for you? It depends on the OS your application is running under though.

1 solution

Please have a look at this: XPerf[^]. This tool also includes a viewer (XperfViewer). The tool works on XP & Windows 2003 Server but doesn't have the capability to trace stack usage on those OSs. From Vista/Windows2008 on upwards stack usage can also be traced.

Best Regards,
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900