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.
sw := time.new_stopwatch()
1 parent d32fe2b commit d82e5f6Copy full SHA for d82e5f6
1 file changed
cmd/tools/vdoc/vdoc.v
@@ -205,7 +205,6 @@ fn (mut vd VDoc) render_parallel(out Output) {
205
206
vjobs := runtime.nr_jobs()
207
mut worker_threads := []thread{cap: vjobs}
208
- sw := time.new_stopwatch()
209
for _ in 0 .. vjobs {
210
worker_threads << spawn vd.work_processor(work)
211
}
0 commit comments