this question has answer here:
- what .net profilers? 30 answers
we have c#.net windows application , need know how memory consumption details of application. tried system.diagnostics.process current process memory information. need know how many objects in memory , memory consumption details each objects.
please read garbage collector , take @ article msdn article article shows members of gc can show how few things, how total amount of allocated memory , how many times gc has collected.
other you'll have use profiler given here.
you can write own profiler.this of help
Comments
Post a Comment