Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 572 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 572 Bytes

Description

This directory contains tools related to src/chrome/predictors, and especially resource_prefetch_predictor.

Prerequisites

The following assumes a Chrome for Android setup, on Ubuntu 14.04LTS.

To use these tools, you need:

  • Python protocol buffer library
  • Protocol buffer Python modules to read the database
  • SQLite >= 3.9

Installation

  • Install an updated protobuf library: pip install --user protobuf
  • SQLite from the Android SDK is recent enough, make sure that ${CHROMIUM_SRC}/third_party/android_tools/sdk/platform-tools is in the path.