{% extends "base.html" %}
{% comment %}
Copyright 2010 Google Inc. All Rights Reserved.
This template spells out the chart syntax.
{% endcomment %}
{% block title %}ChromeOS Performance Chart{% endblock %}
{% block html_block %}
There was a croschart url formatting error.
{% if e.msg %}
{{ e.msg }}
{% endif %}
Possible url choices include:
http://{{ tpl_hostname }}/croschart/server/chart?query_parameters/
http://{{ tpl_hostname }}/croschart/server/chartdiff?query_parameters/
http://{{ tpl_hostname }}/croschart/server/chartreport?query_parameters/
http://{{ tpl_hostname }}/croschart/server/releasereport?query_parameters/
Query parameters are expressed as ?parameter1=value1¶meter2=value2.
The required query parameters are:
board: 1 board. Multiple boards may be supplied: ?board=board1&board=board2
system: 1 specific system name.
testkey: 1 (for chart) or more (for report) pairs to show.
(e.g. ?testkey=test1,key1&testkey=test2,key2).
One interval-type (from_build/to_build or interval or from_date/to_date) is required:
from_build: build number with format 12.0.100.0.
to_build: build number with format 12.0.103.0.
interval: interval expression with format '2 DAY', '2 WEEK' or '2 MONTH'.
from_date: date with format 2011-04-01.
to_date: date with format 2011-04-02.
The following optional parameters are available:
chromeversion: True to include chrome-versions in chart axes.
width: chart width in pixels.
height: chart height in pixels.
The following may be included for only chart requests:
updatecache: True to update the cached copy from the db.