Home | History | Annotate | only in /external/chromium_org/tools/perf/page_sets/tough_pepper_cases/extra_data
Up to higher level directory
NameDateSize
Makefile16-Dec-20141.1K
README16-Dec-2014731
touch_drawing_plugin.cc16-Dec-20144.6K
touch_drawing_plugin.nmf16-Dec-2014125
touch_drawing_plugin.pexe16-Dec-201490.3K

README

      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 
     20