tree: 6c71861a4e400a9d157afd96d2078f580f728252 [path history] [tgz]
  1. generate_test_data.py
  2. OWNERS
  3. prefetch_benchmark.py
  4. prefetch_predictor_common.py
  5. prefetch_predictor_tool.py
  6. README.md
tools/resource_prefetch_predictor/README.md

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.