I’ve got a program that runs in a very short time (less than a second), on windows, in a powershell terminal.
How can I measure “easily” it’s peak memory usage (I cannot see it in the resources monitor)?
NB: I’d like, also, to compare the behavior, with respect to memory usage, of the same code compiled with different compiles (cl, clang and gcc), all on windows.