I am currently looking into a performance and memory issue (crash) while performing printing huge documents from my application. I am new to profiling and first time dealing with memory issues.
What I tried so far:
I tried using the Visual studio built in Performance analysis but it was so slow and processing for ever.
Is there a method in C# that I can use that tells me how big the object is like that returns me this objects is xMB or any debugger tools that will convey these details.
While searching I was referred to few tools like Ants Profiler but before taking that path I was wondering is there any built in functionality in C# or VS debugger that can used for my need.