We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-prof
run
1 parent a21f456 commit e0618f9Copy full SHA for e0618f9
cmd/v/help/build.txt
@@ -85,6 +85,9 @@ NB: the build flags are shared with the run command too:
85
c) an average for each function (i.e. (b) / (a) )
86
d) the function name
87
88
+ NB: you can also combine this command with `run` command.
89
+ For example - `v -prof prof.txt run main.v`
90
+
91
NB: the profiler is *NOT* currently thread safe, so look at the profile results of
92
multithreaded programs very sceptically !
93
0 commit comments