Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(664)

Unified Diff: fuzzer/go/config/config.go

Issue 1682363003: Migrate fuzzer to use shiny new metrics2 package (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: fuzzer/go/config/config.go
diff --git a/fuzzer/go/config/config.go b/fuzzer/go/config/config.go
index a238647e64065ea4e5efbf937a8e4a63fce7a5db..dbd3cc2d0fb6b4c6db68998c9b946fe123066ea1 100644
--- a/fuzzer/go/config/config.go
+++ b/fuzzer/go/config/config.go
@@ -16,6 +16,7 @@ type generatorConfig struct {
NumFuzzProcesses int
NumDownloadProcesses int
WatchAFL bool
+ SkipGeneration bool
borenet 2016/02/10 15:32:32 Is this related to metrics? Can we save it for a
kjlubick 2016/02/10 16:14:29 Removed.
VersionCheckPeriod time.Duration
SkiaVersion *vcsinfo.LongCommit
versionMutex sync.Mutex

Powered by Google App Engine
This is Rietveld 408576698