Click here to Skip to main content
15,886,857 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have created one WPF application, when I see the CPU usage and memory in window task manager increased if I open the different tabs of the system and it not come down.

Can anybody help me on how to check the performance of the WPF application which include following main things.

- Memory leak in the application
- Code which consuming more CPU Usage


Thanks,
Posted
Updated 22-Apr-13 1:22am
v2

1 solution

 
Share this answer
 
Comments
npdev13 22-Apr-13 9:22am    
Thanks Sandeep for quick answer.

Link that you provided is defiantly very useful. but in that I can't find how to check the memory leak in my application.
Is there any way by which I can check memory leak in my application?

Thanks,
Sandeep Mewara 22-Apr-13 9:37am    
Here, try this: http://blogs.msdn.com/b/jgoldb/archive/2008/02/04/finding-memory-leaks-in-wpf-based-applications.aspx
npdev13 22-Apr-13 10:22am    
OK thanks Sandeep,

This will helpful to dig it out more.

Thanks,

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