views:

65

answers:

1

I got in a session a class with type-safe variable; int, string, dataset, etc

is there a way to find out how much memory is used by that session?

thanks

+1  A: 

Using a profiler is your best bet. Personally I really like jetbrains dotTrace.

annakata