We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba5b4af commit 0163d6dCopy full SHA for 0163d6d
tests/compilerfeatures/ttimetrace.nim
@@ -0,0 +1,9 @@
1
+discard """
2
+ description: "Make sure some code can be compiled with time-tracing enabled"
3
+ targets: "c js vm"
4
+ matrix: "--timetrace:on"
5
+"""
6
+
7
+# import some modules so that there's some processing for the compiler
8
+# to trace
9
+import std/[strutils, macros]
0 commit comments