]> Cypherpunks repositories - gostls13.git/commit
[dev.fuzz] internal/fuzz: add additional debug logging
authorRoland Shoemaker <roland@golang.org>
Sun, 23 May 2021 00:24:17 +0000 (17:24 -0700)
committerRoland Shoemaker <roland@golang.org>
Mon, 7 Jun 2021 18:15:26 +0000 (18:15 +0000)
commit2c98915ac7d304590590fc33a10a8922c466958b
tree42c139c6118a91b8e239b489a5b1cfa3122e9570
parent542e8c74e7051690539889a1dd0197517603e473
[dev.fuzz] internal/fuzz: add additional debug logging

When GODEBUG=fuzzdebug=1, log additional debug level information about
what the fuzzer is doing. This provides useful information for
investigating the operation and performance of the fuzzing engine, and
is necessary for profiling new fuzzing strategies.

Change-Id: Ic3e24e7a128781377e62785767a218811c3c2030
Reviewed-on: https://go-review.googlesource.com/c/go/+/324972
Trust: Roland Shoemaker <roland@golang.org>
Trust: Katie Hockman <katie@golang.org>
Run-TryBot: Roland Shoemaker <roland@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Katie Hockman <katie@golang.org>
src/go/build/deps_test.go
src/internal/fuzz/coverage.go
src/internal/fuzz/fuzz.go
src/internal/fuzz/worker.go
src/testing/fuzz.go