Is there a way to find out how much RAM is used in a session?

I got a class with a security type variable in the session; int, string, dataset, etc.

Is there a way to find out how much memory is being used by this session?

thanks

+3
source share
1 answer

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

+3
source

Source: https://habr.com/ru/post/1702763/


All Articles