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

Unified Diff: perf/go/parser/parser.go

Issue 610793003: Add ratio calculation to take the ratio of two calculations. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: remove debug code Created 6 years, 2 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
« no previous file with comments | « perf/go/parser/funcs.go ('k') | perf/go/parser/parser_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: perf/go/parser/parser.go
diff --git a/perf/go/parser/parser.go b/perf/go/parser/parser.go
index 08d14d1cf0aad84d0a1e62f5e01088943adebe69..204d941293aa39480df7afd726f38d48da60e86a 100644
--- a/perf/go/parser/parser.go
+++ b/perf/go/parser/parser.go
@@ -70,6 +70,7 @@ func NewContext(tile *types.Tile) *Context {
"norm": normFunc,
"fill": fillFunc,
"ave": aveFunc,
+ "ratio": ratioFunc,
},
}
}
« no previous file with comments | « perf/go/parser/funcs.go ('k') | perf/go/parser/parser_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698