Creativity, Innovation... Failure



Fast way to profile memory usage

I was looking for a fast way to profile memory without buying any specialized plugin for visual studio.
I could use the 'task manager' but it is not detailed as much I want.
By the way, a quick way to show the 'task manager' is to use the shorcut keys CTRL+SHIFT+ESC.

So usely when I need more details I use the performance counter in the control panel (administration tools).
Since I'm lazy going trough those steps is too long.

I just found out that I could just execute the command 'perfmon' which opens the exact window I am looking for.

So, instead of clicking Start then run and type 'perfmon', you can do 'Windows key'+R, type 'perfmon' and ENTER.

This is what I call a fast way of profiling memory usage.