Created
August 31, 2015 13:22
-
-
Save tcatm/c6d419b8aee36d0dcf38 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
code: a = 7; a * a - 7 | |
VmPeak: 7608 kB | |
VmSize: 7600 kB | |
VmLck: 0 kB | |
VmPin: 0 kB | |
VmHWM: 772 kB | |
VmRSS: 772 kB | |
VmData: 340 kB | |
VmStk: 136 kB | |
VmExe: 200 kB | |
VmLib: 2792 kB | |
VmPTE: 36 kB | |
VmPMD: 12 kB | |
VmSwap: 0 kB |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
code: a = 7; a * a - 7 | |
VmPeak: 18500 kB | |
VmSize: 18444 kB | |
VmLck: 0 kB | |
VmPin: 0 kB | |
VmHWM: 2136 kB | |
VmRSS: 2136 kB | |
VmData: 460 kB | |
VmStk: 136 kB | |
VmExe: 208 kB | |
VmLib: 3444 kB | |
VmPTE: 56 kB | |
VmPMD: 12 kB | |
VmSwap: 0 kB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment