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

Unified Diff: tools/skpbench/_benchresult.py

Issue 2369533002: Add Pixel C knobs to skpbench (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | tools/skpbench/_hardware.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/skpbench/_benchresult.py
diff --git a/tools/skpbench/_benchresult.py b/tools/skpbench/_benchresult.py
index 3969b552b7734c0bc51ecb5d909f485caf4966de..32d760c57a37e0f82f30d6c4d4b4f8e8bc0be96e 100644
--- a/tools/skpbench/_benchresult.py
+++ b/tools/skpbench/_benchresult.py
@@ -3,7 +3,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-'''Parses an skpbench result from a line of output text.'''
+"""Parses an skpbench result from a line of output text."""
from __future__ import print_function
import re
« no previous file with comments | « no previous file | tools/skpbench/_hardware.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698