AUTHORS:
Return memory usage.
INPUT:
OUTPUT:
EXAMPLES:
We test that memory usage doesn’t change instantly:
sage: t = get_memory_usage()
sage: get_memory_usage(t) # amount of memory more than when we defined t.
0.0
Return the top output line that contains this running Sage process.