Skip to content

Instantly share code, notes, and snippets.

Created September 5, 2014 21:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/ca74c0e809e50299f44e to your computer and use it in GitHub Desktop.
Save anonymous/ca74c0e809e50299f44e to your computer and use it in GitHub Desktop.
/usr/bin/time -v install/bin/moar --libpath="install/languages/nqp/lib" perl6.moarvm --setting=NULL --ll-exception --target=mbc --stagestats --profile-compile --optimize=off --output=CORE.setting.moarvm src/gen/m-CORE.setting
Stage start : 0.000
Stage parse : 78.065
Stage syntaxcheck: 0.000
Stage ast : 0.000
Stage optimize : 0.000
Stage mast : 36.416
Stage mbc : 0.209
Wrote profiler output to profile-1409933505.20451.html
Command being timed: "install/bin/moar --libpath=install/languages/nqp/lib perl6.moarvm --setting=NULL --ll-exception --target=mbc --stagestats --profile-compile --optimize=off --output=CORE.setting.moarvm src/gen/m-CORE.setting"
User time (seconds): 47043.18
System time (seconds): 34449.96
Percent of CPU this job got: 98%
Elapsed (wall clock) time (h:mm:ss or m:ss): 22:59:05
Average shared text size (kbytes): 0
Average unshared data size (kbytes): 0
Average stack size (kbytes): 0
Average total size (kbytes): 0
Maximum resident set size (kbytes): 40506264
Average resident set size (kbytes): 0
Major (requiring I/O) page faults: 765839
Minor (reclaiming a frame) page faults: 183222875
Voluntary context switches: 829469
Involuntary context switches: 396142
Swaps: 0
File system inputs: 42629408
File system outputs: 2224288
Socket messages sent: 0
Socket messages received: 0
Signals delivered: 0
Page size (bytes): 4096
Exit status: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment