Home | History | Annotate | only in /external/chromium_org/tools/perf/page_sets/tough_pepper_cases/extra_data
Up to higher level directory
NameDateSize
Makefile05-Aug-20151.1K
README05-Aug-2015731
touch_drawing_plugin.cc05-Aug-20154.6K
touch_drawing_plugin.nmf05-Aug-2015125
touch_drawing_plugin.pexe05-Aug-201590.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