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
Post a Comment