asp.net - How to find memory used each switch case -


i have switch include many case example many data database.

switch(number) {    case: "1"    {        getdata1();    }    case: "2"    {        getdata2();    }    case: "3"    {        getdata3();    } } 

now,i want find memory used each case , show user.

thanks.


Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -