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

Unified Diff: third_party/WebKit/Source/modules/canvas2d/tools/README.md

Issue 2903053002: Removing canvas rendering mode switching feature (Closed)
Patch Set: fix test failure Created 3 years, 7 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: third_party/WebKit/Source/modules/canvas2d/tools/README.md
diff --git a/third_party/WebKit/Source/modules/canvas2d/tools/README.md b/third_party/WebKit/Source/modules/canvas2d/tools/README.md
deleted file mode 100644
index 077eb4d528a32b9655ee0704b0026d7d5789ef50..0000000000000000000000000000000000000000
--- a/third_party/WebKit/Source/modules/canvas2d/tools/README.md
+++ /dev/null
@@ -1,17 +0,0 @@
-Performance Analysis
-===
-
-This directory contains tools that support a data driven approach to improve the 2D canvas graphics rendering performance. They have 2 main purposes:
-1. Improve our understandind of the 2D canvas graphics rendering performance. This better understanding can yield new performance optimization ideas.
-2. Help design and calibrate heuristics to determine the optimal rendering strategies at run time.
-
-Performance Data Generation
----
-
-GeneratePerformanceData.html measures the graphics rendering performance for a series of frames involving various 2D canvas operations in varying quantities, scales and shadow blur levels, including:
- - Drawing various types of shapes with multiple different fill types.
- - Drawing SVG and PNG images.
- - Calling getImagedata and putImageData.
-
-After recording performance for all the frames, it generates a CSV string that includes the performance (in frames per second and time per frame) and description of every frame measured.
-

Powered by Google App Engine
This is Rietveld 408576698