Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 2 years ago

Language

Nim

Compiler

nim 1.6.10

Options
Raw compiler options
-d:release

Author

anonymous

over 2 years ago

$ nim c ./prog.nim -d:release
Hint: used config file '/opt/wandbox/nim-1.6.10/config/nim.cfg' [Conf]
Hint: used config file '/opt/wandbox/nim-1.6.10/config/config.nims' [Conf]
..................................................................................................
/opt/wandbox/nim-1.6.10/lib/pure/collections/sequtils.nim(1000, 11) Hint: 'it' is declared but not used [XDeclaredButNotUsed]
/opt/wandbox/nim-1.6.10/lib/pure/collections/sequtils.nim(1000, 11) Hint: 'it' is declared but not used [XDeclaredButNotUsed]
/opt/wandbox/nim-1.6.10/lib/std/packedsets.nim(114, 7) Hint: 'ret' is declared but not used [XDeclaredButNotUsed]
CC: ../../opt/wandbox/nim-1.6.10/lib/std/private/digitsutils.nim
CC: ../../opt/wandbox/nim-1.6.10/lib/system/assertions.nim
CC: ../../opt/wandbox/nim-1.6.10/lib/system/formatfloat.nim
CC: ../../opt/wandbox/nim-1.6.10/lib/system/dollars.nim
CC: ../../opt/wandbox/nim-1.6.10/lib/system/io.nim
CC: ../../opt/wandbox/nim-1.6.10/lib/system.nim
CC: ../../opt/wandbox/nim-1.6.10/lib/pure/math.nim
CC: ../../opt/wandbox/nim-1.6.10/lib/pure/collections/sets.nim
CC: ../../opt/wandbox/nim-1.6.10/lib/pure/strutils.nim
CC: ../../opt/wandbox/nim-1.6.10/lib/pure/times.nim
CC: ../../opt/wandbox/nim-1.6.10/lib/pure/os.nim
CC: ../../opt/wandbox/nim-1.6.10/lib/std/sysrand.nim
CC: ../../opt/wandbox/nim-1.6.10/lib/pure/random.nim
CC: ../../opt/wandbox/nim-1.6.10/lib/pure/collections/sequtils.nim
CC: ../../opt/wandbox/nim-1.6.10/lib/std/packedsets.nim
CC: prog.nim
Hint:  [Link]
Hint: gc: refc; opt: speed; options: -d:release
54228 lines; 1.679s; 75.648MiB peakmem; proj: /home/jail/prog.nim; out: /home/jail/prog [SuccessX]
set平均実行時間=@[9929.799999999999, 1834.8][ns]
Hash平均実行時間=@[2283.0, 1941.5][ns]
OrderedSet平均実行時間=@[2260.2, 1953.3][ns]
PackedSet平均実行時間=@[2006.4, 1990.9][ns]

set平均実行時間=@[2243.8, 1824.4][ns]
Hash平均実行時間=@[11529.7, 2081.0][ns]
OrderedSet平均実行時間=@[12685.4, 2090.3][ns]
PackedSet平均実行時間=@[14239.5, 2049.0][ns]

set平均実行時間=@[4865.5, 1831.9][ns]
Hash平均実行時間=@[83520.7, 2289.1][ns]
OrderedSet平均実行時間=@[115944.4, 2142.4][ns]
PackedSet平均実行時間=@[14811.4, 974.7][ns]

set平均実行時間=@[14146.9, 913.6][ns]
Hash平均実行時間=@[373106.2, 1192.4][ns]
OrderedSet平均実行時間=@[394704.9, 1189.4][ns]
PackedSet平均実行時間=@[59083.4, 988.5][ns]

set平均実行時間=@[139625.3, 953.1][ns]
Hash平均実行時間=@[3199190.1, 1261.6][ns]
OrderedSet平均実行時間=@[3829786.5, 1283.7][ns]
PackedSet平均実行時間=@[538272.4, 1036.0][ns]

set平均実行時間=@[1399893.5, 1083.4][ns]
Hash平均実行時間=@[13796780.1, 1256.0][ns]
OrderedSet平均実行時間=@[14723160.6, 1327.4][ns]
PackedSet平均実行時間=@[5163373.8, 1165.3][ns]

Exit Code:
0