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

Unified Diff: tracing/tracing/extras/rail/rail_ir_finder.html

Issue 1357983002: Invert pain to comfort throughout tracing. (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: . Created 5 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
Index: tracing/tracing/extras/rail/rail_ir_finder.html
diff --git a/tracing/tracing/extras/rail/rail_ir_finder.html b/tracing/tracing/extras/rail/rail_ir_finder.html
index 284f5441efa266f17d08aa6c2381313a3c4c19ec..1e9eecf8172d12d627cf1af571b6e6ed400c1beb 100644
--- a/tracing/tracing/extras/rail/rail_ir_finder.html
+++ b/tracing/tracing/extras/rail/rail_ir_finder.html
@@ -469,11 +469,11 @@ tr.exportTo('tr.e.rail', function() {
break;
// There may be more than 100ms between the start of the mouse down
// and the start of the mouse up. Chrome and the web don't start to
- // respond until the mouse up. ResponseIRs start scoring "pain" at
- // 100ms duration. If more than that 100ms duration is burned
+ // respond until the mouse up. ResponseIRs start deducting comfort
+ // at 100ms duration. If more than that 100ms duration is burned
// through while waiting for the user to release the
- // mouse button, then ResponseIR will unfairly start scoring pain
- // before Chrome even has a mouse up to respond to.
+ // mouse button, then ResponseIR will unfairly start deducting
+ // comfort before Chrome even has a mouse up to respond to.
// It is technically possible for a site to afford one response on
// mouse down and another on mouse up, but that is an edge case. The
// vast majority of mouse downs are not responses.

Powered by Google App Engine
This is Rietveld 408576698