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

Side by Side Diff: tools/perf/page_sets/tough_pepper_cases/extra_data/README

Issue 300413002: Add simple pepper plugin telemetry test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix formating Created 6 years, 6 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 unified diff | Download patch
OLDNEW
(Empty)
1 --- How to build the touch_drawing_plugin.pexe ---
2
3 1. Download the Native Client SDK at
4 https://developer.chrome.com/native-client/sdk/download
5 2. Create a directory input_event_private at
6 (NACL_SDK_ROOT)/examples/api/input_event_private
7 3. Copy Makefile and touch_drawing_plugin.cc over to input_event_private/
8 4. Run "TOOLCHAIN=pnacl make" in input_event_private/
9
10
11
12 --- How the plugin telemetry test work ---
13
14 tough_scheduling_cases.simple_pepper_plugin.html is the test page which
15 has an <embed> element that loads the platform independent executable
16 touch_drawing_plugin.pexe. The plugin paints a square for each touch move
17 event and tracks the input latency of the touch event through private API
18 InputEventPrivate.
19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698