Last active
January 25, 2021 21:47
-
-
Save soupi/3c83a550659ae72ddc738c851c3ac10e to your computer and use it in GitHub Desktop.
output of -sstderr for running nyx-game with --nonmoving-gc
This file contains hidden or 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
5,249,078,184 bytes allocated in the heap | |
234,375,952 bytes copied during GC | |
9,022,600 bytes maximum residency (8 sample(s)) | |
1,733,392 bytes maximum slop | |
24 MiB total memory in use (0 MB lost due to fragmentation) | |
Tot time (elapsed) Avg pause Max pause | |
Gen 0 5100 colls, 0 par 0.323s 0.328s 0.0001s 0.0005s | |
Gen 1 8 colls, 0 par 0.020s 0.020s 0.0025s 0.0056s | |
INIT time 0.000s ( 0.000s elapsed) | |
MUT time 6.651s (245.526s elapsed) | |
GC time 0.343s ( 0.348s elapsed) | |
EXIT time 0.000s ( 0.000s elapsed) | |
Total time 6.995s (245.874s elapsed) | |
%GC time 0.0% (0.0% elapsed) | |
Alloc rate 789,163,563 bytes per MUT second | |
Productivity 95.1% of total user, 99.9% of total elapsed |
This file contains hidden or 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
# running with this commit: https://gitlab.com/gilmi/nyx-game/-/commit/6981925221955f77f0b6b9af790ae14e16117e76 | |
6,917,090,792 bytes allocated in the heap | |
284,703,120 bytes copied during GC | |
21,727,800 bytes maximum residency (18 sample(s)) | |
18,446,744,073,709,541,184 bytes maximum slop | |
36 MiB total memory in use (0 MB lost due to fragmentation) | |
Tot time (elapsed) Avg pause Max pause | |
Gen 0 6719 colls, 0 par 0.497s 0.506s 0.0001s 0.0007s | |
Gen 1 18 colls, 0 par 0.124s 0.126s 0.0070s 0.0148s | |
Gen 1 18 syncs, 0.000s 0.0000s 0.0000s | |
Gen 1 concurrent, 0.000s 0.000s 0.0000s 0.0000s | |
INIT time 0.000s ( 0.000s elapsed) | |
MUT time 8.166s (312.356s elapsed) | |
GC time 0.621s ( 0.633s elapsed) | |
CONC GC time 0.000s ( 0.000s elapsed) | |
EXIT time 0.000s ( 0.000s elapsed) | |
Total time 8.787s (312.989s elapsed) | |
%GC time 0.0% (0.0% elapsed) | |
Alloc rate 847,062,178 bytes per MUT second | |
Productivity 92.9% of total user, 99.8% of total elapsed | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment