summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorjasplin <qt-info@nokia.com>2011-01-19 11:31:46 +0100
committerjasplin <qt-info@nokia.com>2011-01-19 11:31:46 +0100
commit2582b5ad4c3360ec63eb82df4253c93a0de19757 (patch)
tree5e604d78ab96974df9407d0543ef293ee57f6ee1 /web
parent7af7ec23e722e315420c36268a85b45a2de63f13 (diff)
Updated online help documentation.
Diffstat (limited to 'web')
-rw-r--r--web/getstats/help_tsbm.html365
-rw-r--r--web/getstats/help_tsbmplot.html31
-rw-r--r--web/getstats/images/help_overview.odpbin0 -> 131373 bytes
-rw-r--r--web/getstats/images/help_overview.pngbin0 -> 106001 bytes
-rw-r--r--web/getstats/images/help_overview_anno.pngbin0 -> 175285 bytes
-rw-r--r--web/getstats/images/help_plot_changes.odpbin0 -> 55566 bytes
-rw-r--r--web/getstats/images/help_plot_changes.pngbin0 -> 32275 bytes
-rw-r--r--web/getstats/images/help_plot_changes_anno.pngbin0 -> 80775 bytes
-rw-r--r--web/getstats/images/help_plot_invalidobs.odpbin0 -> 60593 bytes
-rw-r--r--web/getstats/images/help_plot_invalidobs.pngbin0 -> 42726 bytes
-rw-r--r--web/getstats/images/help_plot_invalidobs_anno.pngbin0 -> 68417 bytes
-rw-r--r--web/getstats/images/help_plot_missing.odpbin0 -> 60975 bytes
-rw-r--r--web/getstats/images/help_plot_missing.pngbin0 -> 44205 bytes
-rw-r--r--web/getstats/images/help_plot_missing_anno.pngbin0 -> 64466 bytes
-rw-r--r--web/getstats/images/help_plot_nonposobs.odpbin0 -> 55062 bytes
-rw-r--r--web/getstats/images/help_plot_nonposobs.pngbin0 -> 38328 bytes
-rw-r--r--web/getstats/images/help_plot_nonposobs_anno.pngbin0 -> 57483 bytes
-rw-r--r--web/getstats/images/help_plot_overview.odpbin0 -> 61675 bytes
-rw-r--r--web/getstats/images/help_plot_overview.pngbin0 -> 40068 bytes
-rw-r--r--web/getstats/images/help_plot_overview_anno.pngbin0 -> 80537 bytes
-rw-r--r--web/getstats/images/help_plot_rse.odpbin0 -> 74755 bytes
-rw-r--r--web/getstats/images/help_plot_rse.pngbin0 -> 50228 bytes
-rw-r--r--web/getstats/images/help_plot_rse_anno.pngbin0 -> 85506 bytes
-rw-r--r--web/getstats/images/help_plot_samplesize.odpbin0 -> 49646 bytes
-rw-r--r--web/getstats/images/help_plot_samplesize.pngbin0 -> 32995 bytes
-rw-r--r--web/getstats/images/help_plot_samplesize_anno.pngbin0 -> 52901 bytes
-rw-r--r--web/getstats/images/help_plot_selected.odpbin0 -> 110058 bytes
-rw-r--r--web/getstats/images/help_plot_selected.pngbin0 -> 79725 bytes
-rw-r--r--web/getstats/images/help_plot_selected_anno.pngbin0 -> 165685 bytes
-rw-r--r--web/getstats/index.html26
-rw-r--r--web/getstats/tsbmbody.html29
-rw-r--r--web/getstats/tsbmbody.js14
32 files changed, 403 insertions, 62 deletions
diff --git a/web/getstats/help_tsbm.html b/web/getstats/help_tsbm.html
new file mode 100644
index 0000000..81fd50d
--- /dev/null
+++ b/web/getstats/help_tsbm.html
@@ -0,0 +1,365 @@
+<html>
+
+<head>
+
+<style type="text/css">
+table { border-collapse:collapse; }
+table, th, td { border: 1px solid #aaaaaa; }
+th {vertical-align:top; padding:10px}
+td {vertical-align:top; padding:10px}
+li {padding:5px}
+</style>
+
+</head>
+
+<body>
+
+<span style="text-align:center">
+<h1>BM2 Documentation</h1>
+<h2><em>Benchmark Time Series Page</em></h2>
+</span>
+
+
+<!-- ///////////////////////////////////////////////////////////////// -->
+<h2>Overview</h2>
+&nbsp;<img src="images/help_overview_anno.png" /><br /><br />
+
+<h3>Main context</h3>
+
+<b>Note:</b> Some of the terms and concepts in the below table are described
+in greater detail elsewhere. The additional documentation can often be
+accessed through a link.
+<br /><br />
+
+<table>
+ <tr>
+ <td style="text-align:right"><b>Database</b></td>
+ <td>
+ The database from which results for the time series were extracted.
+ </td>
+ </tr>
+ <tr>
+ <td style="text-align:right"><b>Report date</b></td>
+ <td>
+ The date at which the web page was generated.
+ </td>
+ </tr>
+ <tr>
+ <td style="text-align:right"><b>Host</b></td>
+ <td>
+ The physical computer on which the benchmark producing this time series
+ was executed. <b>Note:</b>It is assumed that the HW/SW specifications of
+ the host does not change significantly during the time span of the time
+ series. (The principle here being that significant changes in the time
+ series should be caused by changes in the product (i.e. Qt) only!)
+ </td>
+ </tr>
+ <tr>
+ <td style="text-align:right"><b>Platform</b></td>
+ <td>
+ The general environment used for building and executing the product
+ being measured (typically an OS/compiler combination).
+ </td>
+ </tr>
+ <tr>
+ <td style="text-align:right"><b>Branch</b></td>
+ <td>
+ Essentially the version of the product being measured. The branch is
+ normally made up of two components: The <i>git repository</i> and the
+ <i>git branch</i>.
+ </td>
+ </tr>
+ <tr>
+ <td style="text-align:right"><b>Target snapshots</b></td>
+ <td>
+ The requested subsequence of snapshots for which results for this
+ host/platform/branch/benchmark/metric combination potentially exist in
+ the database.
+ </td>
+ </tr>
+ <tr>
+ <td style="text-align:right"><b>Difference tolerance</b></td>
+ <td>
+ A real value &ge; 1 that decides whether a <a href="#changes">change</a>
+ between two median observations in the time series is considered
+ significant or not.
+ </td>
+ </tr>
+ <tr>
+ <td style="text-align:right"><b>Minimum durability tolerance</b></td>
+ <td>
+ The minimum length a contiguous sequence of significantly equal median
+ observations must have for it to achieve a durability score greater
+ than zero. Once the sequence is at least this long, the durability
+ score grows linearly to 1 at a rate that depends on the maximum
+ durability tolerance.
+ </td>
+ </tr>
+ <tr>
+ <td style="text-align:right"><b>Maximum durability tolerance</b></td>
+ <td>
+ The length of a contiguous sequence of significantly equal median
+ observations that is sufficient to achieve the maximum durability score
+ of 1. The durability score for shorter sequences falls linearly to 0 at
+ a rate that depends on the minimum durability tolerance.
+ </td>
+ </tr>
+</table>
+
+
+<h3>Time series statistics</h3>
+
+<b>Note:</b> Some of the terms and concepts in the below table are described
+in greater detail elsewhere. The additional documentation can often be
+accessed through a link.
+<br /><br />
+
+<table>
+ <tr>
+ <td style="text-align:right"><b>MS</b></td>
+ <td>
+ Missing snapshots, i.e. the number of target snapshots for which no
+ results exist.
+ <br /><br />A high value might indicate unstable execution.
+ </td>
+ </tr>
+ <tr>
+ <td style="text-align:right"><b>LSD</b></td>
+ <td>
+ Last Snapshot Distance, i.e. distance between the last target snapshot
+ and the last snapshot in the time series.
+ <br /><br />If the last target snapshot is the last one available in the
+ database, a high value might indicate that the benchmark currently fails
+ to produce results.
+ </td>
+ </tr>
+ <tr>
+ <td style="text-align:right"><b>NI</b></td>
+ <td>
+ Total number of observations explicitly flagged as invalid.
+ <br /><br />An invalid observation is typically caused by a failed
+ QVERIFY() etc.
+ </td>
+ </tr>
+ <tr>
+ <td style="text-align:right"><b>NZ</b></td>
+ <td>
+ Total number of non-positive observations.
+ <br /><br />Normally an observation must be positive to be valid.
+ <br /><b>Note:</b> A non-positive observation is not necessarily flagged
+ as <i>invalid</i> (see <b>NI</b>).
+ </td>
+ </tr>
+ <tr>
+ <td style="text-align:right"><b>NC</b></td>
+ <td>
+ Number of <a href="#changes">significant changes</a>.
+ <br /><br />A high value might indicate unstable or fluctuating results.
+ </td>
+ </tr>
+ <tr>
+ <td style="text-align:right"><b>MDRSE</b></td>
+ <td>
+ Median of the
+ valid <a href="http://en.wikipedia.org/wiki/Standard_error_%28statistics%29#Relative_standard_error">relative
+ standard errors</a> of all snapshots.
+ <br /><br />
+ &nbsp;&nbsp;&nbsp;&nbsp;
+ <img src="images/rse.png" />
+ <br /><br />A high value might indicate unstable or fluctuating results.
+ </td>
+ </tr>
+ <tr>
+ <td style="text-align:right"><b>RSEMD</b></td>
+ <td>
+ Relative standard error (see above) of the valid median observations of
+ all snapshots.
+ <br /><br />A high value might indicate either 1) unstable or
+ fluctuating results or 2) stable changes of a high magnitude.
+ </td>
+ </tr>
+ <tr>
+ <td style="text-align:right"><b>LC</b></td>
+ <td>
+ Last <a href="#changes">significant change</a>.
+ <br /><br />The higher the value is above 1, the more strongly it
+ represents an improvement.
+ <br />The lower the value is below 1, the more strongly it represents a
+ regression.
+ </td>
+ </tr>
+ <tr>
+ <td style="text-align:right"><b>LCDA</b></td>
+ <td>
+ Days ago (relative to the report date) since the first observation for
+ the last <a href="#changes">significant change</a> snapshot was uploaded
+ to the database.
+ <br />The distance (in terms of number of target snapshots) between the
+ last significant change snapshot and the last target snapshot is shown
+ in parentheses.
+ </td>
+ </tr>
+ <tr>
+ <td style="text-align:right"><b>LCMS</b></td>
+ <td>
+ Magnitude score of the last <a href="#changes">significant
+ change</a>. This score indicates the strength of the last signicifant
+ change as a value ranging from 0 (weak) to 1 (strong):
+ <br /><br />&nbsp;&nbsp;&nbsp;&nbsp;
+ <img src="images/lcms.png" />
+ </td>
+ </tr>
+ <tr>
+ <td style="text-align:right"><b>LCGSS</b></td>
+ <td>
+ Global separation score for the last <a href="#changes">significant
+ change</a>. This score indicates how well the median observation at the
+ last significant change snapshot are separated from the median
+ observations at <u>all preceding</u> snapshots in the time series. The
+ median observation at the last <a href="#changes">base snapshot</a> is
+ used as the maximum separation reference.
+
+ <br /><br />The score ranges from 0 (weak separation) to 1 (strong
+ separation).
+
+ <br /><br />This score roughly measures how close the median observation
+ at the last significant change is to represent an "all time high(low)"
+ up to this point in the history.
+ </td>
+ </tr>
+ <tr>
+ <td style="text-align:right"><b>LCLSS</b></td>
+ <td>
+ Local separation score for the last <a href="#changes">significant
+ change</a>. This score indicates how well the median observations on
+ each side of the last significant change snapshot are separated from
+ each other. Snapshots before the last <a href="#changes">base
+ snapshot</a> are not considered. The median observation at the base
+ snapshot is used as the maximum separation reference.
+
+ <br /><br />The score ranges from 0 (weak separation) to 1 (strong
+ separation).
+ </td>
+ </tr>
+ <tr>
+ <td style="text-align:right"><b>LCDS1</b></td>
+ <td>
+ Durability score 1 for the last <a href="#changes">significant
+ change</a>. This score indicates the distance (in terms of number of
+ snapshots) from the last significant change to
+ its <a href="#changes">base snapshot</a>.
+
+ <br /><br />The score ranges from 0 (weak durability) to 1 (strong
+ durability) and is scaled against the min/max durability tolerances.
+
+ <br /><br />This score measures for how long the median observation
+ stayed near the base value until the last significant change occurred.
+ </td>
+ </tr>
+ <tr>
+ <td style="text-align:right"><b>LCDS2</b></td>
+ <td>
+ Durability score 2 for the last <a href="#changes">significant
+ change</a>. This score indicates the distance (in terms of number of
+ snapshots) from the last significant change to the end of the time
+ series.
+
+ <br /><br />The score ranges from 0 (weak durability) to 1 (strong
+ durability) and is scaled against the min/max durability tolerances.
+
+ <br /><br />This score measures for how long the median observation at
+ the last significant change has stayed essentially the same.
+ </td>
+ </tr>
+ <tr>
+ <td style="text-align:right"><b>LCSS</b></td>
+ <td>
+ Stability score for the last <a href="#changes">significant change</a>:
+ <br /><br />
+ &nbsp;&nbsp;&nbsp;&nbsp;
+ <b>LCMS</b> * <b>LCGSS</b> * <b>LCLSS</b> * <b>LCDS1</b> * <b>LCDS2</b>
+ <br /><br />
+ The higher this score, the higher the likelihood that the last
+ significant change is or will become permanent.
+ </td>
+ </tr>
+ <tr>
+ <td style="text-align:right"><b>LCSS1</b></td>
+ <td>
+ Stability score for the last <a href="#changes">significant change</a>
+ that does not consider the history after the latter:
+ <br /><br />
+ &nbsp;&nbsp;&nbsp;&nbsp;
+ <b>LCMS</b> * <b>LCGSS</b> * <b>LCLSS</b> * <b>LCDS1</b>
+ <br /><br />
+ The higher this score, the higher the likelihood that the last
+ signicifant change is or will become permanent, but since <b>LCDS2</b>
+ is omitted from the product, a high <b>LCSS1</b> is more likely to be
+ caused by an outlier than a high <b>LCSS</b>!
+ </td>
+ </tr>
+</table>
+
+
+
+<h3>Benchmark and metric</h3>
+The benchmark name consists of three subnames and is formatted like this:
+<br /><br />
+&lt;subname 1&gt;<b>:</b>&lt;subname 2&gt;<b>(</b>&lt;subname 3&gt;<b>)</b>
+<br /><br />
+
+The subnames can essentially be anything not containing the characters
+'<b>:</b>', '<b>(</b>', and '<b>)</b>'. Only subname 3 may contain whitespace.
+
+For benchmark results generated by QTestLib, the subnames always correspond to
+<i>test case</i>, <i>test function</i>, and <i>data tag</i> respectively.
+
+<br /><br />
+The metric name is one of a set of predefined metric names, each of which is
+classified as either "lower is better" (like walltime) or "higher is better"
+(like fps).
+
+<!-- ///////////////////////////////////////////////////////////////// -->
+<h2>Time Series Plot</h2>
+
+<h3>Snapshots and main graph</h3>
+&nbsp;<img src="images/help_plot_overview_anno.png" /><br /><br />
+
+
+<a name="changes" />
+<h3>Significant changes</h3>
+&nbsp;<img src="images/help_plot_changes_anno.png" /><br /><br />
+
+
+<h3>Sample size</h3>
+&nbsp;<img src="images/help_plot_samplesize_anno.png" /><br /><br />
+
+
+<h3>Non-positive observations</h3>
+&nbsp;<img src="images/help_plot_nonposobs_anno.png" /><br /><br />
+
+
+<h3>Invalid observations</h3>
+&nbsp;<img src="images/help_plot_invalidobs_anno.png" /><br /><br />
+
+
+<h3>Statistical dispersion</h3>
+Statistical dispersion in a time series is measured in terms of
+<a href="http://en.wikipedia.org/wiki/Standard_error_%28statistics%29#Relative_standard_error">relative standard error</a> (RSE).
+&nbsp;<img src="images/help_plot_rse_anno.png" /><br /><br />
+
+
+<h3>Missing data</h3>
+&nbsp;<img src="images/help_plot_missing_anno.png" /><br /><br />
+
+
+<h2>Snapshot details</h2>
+When clicking on a snapshot in the plot, the two tables below the plot are
+filled with various details about the selected snapshot.
+<br />
+<br />
+&nbsp;<img src="images/help_plot_selected_anno.png" /><br /><br />
+
+</body>
+
+</html>
diff --git a/web/getstats/help_tsbmplot.html b/web/getstats/help_tsbmplot.html
deleted file mode 100644
index 90e1176..0000000
--- a/web/getstats/help_tsbmplot.html
+++ /dev/null
@@ -1,31 +0,0 @@
-<table style="border:0">
-<tr>
- <td style="border:0; padding-left:10px">
- The <span style="background-color:#aff">blue</span> bars
- indicate sample sizes.
-
- <br /><br />
- The <u>thick</u> <span style="background-color:#faa">red</span> bars
- indicate the number of non-positive observations.
-
- <br /><br />
- The <span style="background-color:#faf">purple</span> unfilled bars
- indicate the number of invalid observations.
-
- <br /><br />
- The <span style="background-color:#ffa">yellow</span>
- dots indicate statistical dispersion (in the form of <a
- href="http://en.wikipedia.org/wiki/Standard_error_%28statistics%29#Relative_standard_error">Relative
- Standard Error</a>) increasing from bottom (RSE = 0%) to top (RSE = 100%).
-
- <br /><br />
- The <span style="background-color:#afa">green</span> and
- <span style="background-color:#faa">red</span> circles indicate significant
- improvements and regressions from the previous result, respectively.
-
- <br /><br />
- The <u>thin</u> <span style="background-color:#fcc">red</span> bars
- indicate missing data.
- </td>
-</tr>
-</table>
diff --git a/web/getstats/images/help_overview.odp b/web/getstats/images/help_overview.odp
new file mode 100644
index 0000000..7d85b7b
--- /dev/null
+++ b/web/getstats/images/help_overview.odp
Binary files differ
diff --git a/web/getstats/images/help_overview.png b/web/getstats/images/help_overview.png
new file mode 100644
index 0000000..a184b06
--- /dev/null
+++ b/web/getstats/images/help_overview.png
Binary files differ
diff --git a/web/getstats/images/help_overview_anno.png b/web/getstats/images/help_overview_anno.png
new file mode 100644
index 0000000..8df94a1
--- /dev/null
+++ b/web/getstats/images/help_overview_anno.png
Binary files differ
diff --git a/web/getstats/images/help_plot_changes.odp b/web/getstats/images/help_plot_changes.odp
new file mode 100644
index 0000000..dc60331
--- /dev/null
+++ b/web/getstats/images/help_plot_changes.odp
Binary files differ
diff --git a/web/getstats/images/help_plot_changes.png b/web/getstats/images/help_plot_changes.png
new file mode 100644
index 0000000..08817e9
--- /dev/null
+++ b/web/getstats/images/help_plot_changes.png
Binary files differ
diff --git a/web/getstats/images/help_plot_changes_anno.png b/web/getstats/images/help_plot_changes_anno.png
new file mode 100644
index 0000000..791db6a
--- /dev/null
+++ b/web/getstats/images/help_plot_changes_anno.png
Binary files differ
diff --git a/web/getstats/images/help_plot_invalidobs.odp b/web/getstats/images/help_plot_invalidobs.odp
new file mode 100644
index 0000000..1c3e957
--- /dev/null
+++ b/web/getstats/images/help_plot_invalidobs.odp
Binary files differ
diff --git a/web/getstats/images/help_plot_invalidobs.png b/web/getstats/images/help_plot_invalidobs.png
new file mode 100644
index 0000000..74f80de
--- /dev/null
+++ b/web/getstats/images/help_plot_invalidobs.png
Binary files differ
diff --git a/web/getstats/images/help_plot_invalidobs_anno.png b/web/getstats/images/help_plot_invalidobs_anno.png
new file mode 100644
index 0000000..31ddecb
--- /dev/null
+++ b/web/getstats/images/help_plot_invalidobs_anno.png
Binary files differ
diff --git a/web/getstats/images/help_plot_missing.odp b/web/getstats/images/help_plot_missing.odp
new file mode 100644
index 0000000..61d6a98
--- /dev/null
+++ b/web/getstats/images/help_plot_missing.odp
Binary files differ
diff --git a/web/getstats/images/help_plot_missing.png b/web/getstats/images/help_plot_missing.png
new file mode 100644
index 0000000..7165797
--- /dev/null
+++ b/web/getstats/images/help_plot_missing.png
Binary files differ
diff --git a/web/getstats/images/help_plot_missing_anno.png b/web/getstats/images/help_plot_missing_anno.png
new file mode 100644
index 0000000..00359d7
--- /dev/null
+++ b/web/getstats/images/help_plot_missing_anno.png
Binary files differ
diff --git a/web/getstats/images/help_plot_nonposobs.odp b/web/getstats/images/help_plot_nonposobs.odp
new file mode 100644
index 0000000..fa50e67
--- /dev/null
+++ b/web/getstats/images/help_plot_nonposobs.odp
Binary files differ
diff --git a/web/getstats/images/help_plot_nonposobs.png b/web/getstats/images/help_plot_nonposobs.png
new file mode 100644
index 0000000..4805862
--- /dev/null
+++ b/web/getstats/images/help_plot_nonposobs.png
Binary files differ
diff --git a/web/getstats/images/help_plot_nonposobs_anno.png b/web/getstats/images/help_plot_nonposobs_anno.png
new file mode 100644
index 0000000..980dd46
--- /dev/null
+++ b/web/getstats/images/help_plot_nonposobs_anno.png
Binary files differ
diff --git a/web/getstats/images/help_plot_overview.odp b/web/getstats/images/help_plot_overview.odp
new file mode 100644
index 0000000..8204ee5
--- /dev/null
+++ b/web/getstats/images/help_plot_overview.odp
Binary files differ
diff --git a/web/getstats/images/help_plot_overview.png b/web/getstats/images/help_plot_overview.png
new file mode 100644
index 0000000..c2a1832
--- /dev/null
+++ b/web/getstats/images/help_plot_overview.png
Binary files differ
diff --git a/web/getstats/images/help_plot_overview_anno.png b/web/getstats/images/help_plot_overview_anno.png
new file mode 100644
index 0000000..3affed7
--- /dev/null
+++ b/web/getstats/images/help_plot_overview_anno.png
Binary files differ
diff --git a/web/getstats/images/help_plot_rse.odp b/web/getstats/images/help_plot_rse.odp
new file mode 100644
index 0000000..03e44f4
--- /dev/null
+++ b/web/getstats/images/help_plot_rse.odp
Binary files differ
diff --git a/web/getstats/images/help_plot_rse.png b/web/getstats/images/help_plot_rse.png
new file mode 100644
index 0000000..b04fa9b
--- /dev/null
+++ b/web/getstats/images/help_plot_rse.png
Binary files differ
diff --git a/web/getstats/images/help_plot_rse_anno.png b/web/getstats/images/help_plot_rse_anno.png
new file mode 100644
index 0000000..555e6f3
--- /dev/null
+++ b/web/getstats/images/help_plot_rse_anno.png
Binary files differ
diff --git a/web/getstats/images/help_plot_samplesize.odp b/web/getstats/images/help_plot_samplesize.odp
new file mode 100644
index 0000000..cd73075
--- /dev/null
+++ b/web/getstats/images/help_plot_samplesize.odp
Binary files differ
diff --git a/web/getstats/images/help_plot_samplesize.png b/web/getstats/images/help_plot_samplesize.png
new file mode 100644
index 0000000..325f571
--- /dev/null
+++ b/web/getstats/images/help_plot_samplesize.png
Binary files differ
diff --git a/web/getstats/images/help_plot_samplesize_anno.png b/web/getstats/images/help_plot_samplesize_anno.png
new file mode 100644
index 0000000..6082b59
--- /dev/null
+++ b/web/getstats/images/help_plot_samplesize_anno.png
Binary files differ
diff --git a/web/getstats/images/help_plot_selected.odp b/web/getstats/images/help_plot_selected.odp
new file mode 100644
index 0000000..77a3f79
--- /dev/null
+++ b/web/getstats/images/help_plot_selected.odp
Binary files differ
diff --git a/web/getstats/images/help_plot_selected.png b/web/getstats/images/help_plot_selected.png
new file mode 100644
index 0000000..4f52576
--- /dev/null
+++ b/web/getstats/images/help_plot_selected.png
Binary files differ
diff --git a/web/getstats/images/help_plot_selected_anno.png b/web/getstats/images/help_plot_selected_anno.png
new file mode 100644
index 0000000..d3a1a08
--- /dev/null
+++ b/web/getstats/images/help_plot_selected_anno.png
Binary files differ
diff --git a/web/getstats/index.html b/web/getstats/index.html
index e0d33cf..992165f 100644
--- a/web/getstats/index.html
+++ b/web/getstats/index.html
@@ -111,7 +111,7 @@
<tr>
<td></td>
<td id="dur_tol_min_lead">
- Minimum duration tolerance (<i>DRT<sub>min</sub></i>):
+ Minimum durability tolerance:
<select id="dur_tol_min" onchange="updateActions()">
<option value="1">1</option>
<option value="2">2</option>
@@ -123,19 +123,19 @@
<script type="text/javascript">
setTooltip(
$("#dur_tol_min_lead"),
- "The minimum length a contiguous sequence of equal median " +
- "observations must have for it to be considered " +
- "stable with respect to duration.<br /><br />" +
- "<b>Note:</b>A sequence shorter than " +
- "<i>DRT<sub>min</sub></i> gets a zero " +
- "overall stability score.");
+ "The minimum length a contiguous sequence of significantly " +
+ "equal median observations must have for it to achieve a " +
+ "durability score greater than zero. Once the sequence is " +
+ "at least this long, the durability score grows linearly " +
+ "to 1 at a rate that depends on the maximum durability " +
+ "tolerance.");
</script>
</td>
</tr>
<tr>
<td></td>
<td id="dur_tol_max_lead">
- Maximum duration tolerance (<i>DRT<sub>max</sub></i>):
+ Maximum durability tolerance (<i>DRT<sub>max</sub></i>):
<select id="dur_tol_max" onchange="updateActions()">
<option value="10">10</option>
<option value="20">20</option>
@@ -151,11 +151,11 @@
<script type="text/javascript">
setTooltip(
$("#dur_tol_max_lead"),
- "The length of a contiguous sequence of equal median " +
- "observations that is sufficient to get the maximum " +
- "duration stability score.<br /><br />" +
- "<b>Note:</b>A sequence longer than <i>DRT<sub>max</sub></i> " +
- "gets the maximum duration stability score.");
+ "The length of a contiguous sequence of significantly equal " +
+ "median observations that is sufficient to achieve the " +
+ "maximum durability score of 1. The durability score for " +
+ "shorter sequences falls linearly to 0 at a rate that " +
+ "depends on the minimum durability tolerance.");
</script>
</td>
</tr>
diff --git a/web/getstats/tsbmbody.html b/web/getstats/tsbmbody.html
index 87b0f02..7f995cd 100644
--- a/web/getstats/tsbmbody.html
+++ b/web/getstats/tsbmbody.html
@@ -1,8 +1,14 @@
<div id="div_tsbm" style="display:none">
-<!-- *** BEGIN Main context and benchmark stats ********************** -->
+<!-- *** BEGIN Main context and selected time series stats ************* -->
<table style="border:0">
<tr>
+ <td style="border:0">
+ <a href="help_tsbm.html">help</a>
+ </td>
+</tr>
+
+<tr>
<!-- *** BEGIN Main context *********************************** -->
<td style="border:0" valign=top>
@@ -62,21 +68,21 @@
<td id="main_context_difftol" colspan=3></td>
</tr>
<tr>
- <td class="leadText"><b>Minimum duration tolerance:</b></td>
+ <td class="leadText"><b>Minimum durability tolerance:</b></td>
<td id="main_context_durtolmin" colspan=3></td>
</tr>
<tr>
- <td class="leadText"><b>Maximum duration tolerance:</b></td>
+ <td class="leadText"><b>Maximum durability tolerance:</b></td>
<td id="main_context_durtolmax" colspan=3></td>
</tr>
</table>
</td>
<!-- *** END Main context *********************************** -->
-<!-- *** BEGIN Benchmark stats ******************************* -->
+<!-- *** BEGIN Selected time series stats ******************************* -->
<td valign=top style="border:0; padding-left:20">
<span id="tgt_snapshots" style="font-size:14; font-weight:bold">
- Benchmark statistics:</span>
+ Time series statistics:</span>
<table>
<tr>
<td class="leadText" id="lead_ms"><b>MS:</b></td>
@@ -170,11 +176,11 @@
</td>
-<!-- *** END Time series stats ******************************* -->
+<!-- *** END Selected time series stats ****************************** -->
</tr>
</table>
-<!-- *** END Main context and time series stats ********************** -->
+<!-- *** END Main context and selected time series stats ************* -->
<!-- *** BEGIN Time series benchmark and metric ********************** -->
<br />
@@ -211,10 +217,6 @@
</tr>
<tr>
<td style="border:0">
- <a href="help_tsbmplot.html">help</a>
- </td>
- <td style="border:0; text-align:center; padding-top:0">Days ago</td>
- <td style="border:0">
<div id="div_url_tsbm" style="display:inline">
<span style="text-align:left">
<a id="url_tsbm" onclick="return false"
@@ -222,6 +224,11 @@
</span>
</div>
</td>
+ <td style="border:0; text-align:center; padding-top:0">
+ Days since report date
+ </td>
+ <td style="border:0">
+ </td>
</tr>
</table>
<!-- *** END Time series plot *********************************** -->
diff --git a/web/getstats/tsbmbody.js b/web/getstats/tsbmbody.js
index 3b7a710..4fa263e 100644
--- a/web/getstats/tsbmbody.js
+++ b/web/getstats/tsbmbody.js
@@ -142,13 +142,13 @@ function tooltipText_lclss() {
}
function tooltipText_lcds1() {
- return "Duration score 1 for the last significant change. " +
+ return "Durability score 1 for the last significant change. " +
"This score indicates the distance (in terms of number of snapshots) " +
"from the last significant change to the base snapshot (i.e. the " +
"snapshot of the second to last significant change or the first " +
"snapshot in the time series)." +
- "<br />The score ranges from 0 (short duration) to 1 " +
- "(long duration), and is scaled against the min/max duration " +
+ "<br />The score ranges from 0 (weak durability) to 1 " +
+ "(strong durability), and is scaled against the min/max durability " +
"tolerances." +
"<br /><br />This score measures for how long the median " +
"observation stayed near the base value until the last significant " +
@@ -156,14 +156,14 @@ function tooltipText_lcds1() {
}
function tooltipText_lcds2() {
- return "Duration score 2 for the last significant change. " +
+ return "Durability score 2 for the last significant change. " +
"This score indicates the distance (in terms of number of snapshots) " +
"from the last significant change to the end of the time series." +
- "<br />The score ranges from 0 (short duration) to 1 " +
- "(long duration), and is scaled against the min/max duration " +
+ "<br />The score ranges from 0 (weak durability) to 1 " +
+ "(strong durability), and is scaled against the min/max durability " +
"tolerances." +
"<br /><br />This score measures for how long the median " +
- "observation at the last change significant change has stayed " +
+ "observation at the last significant change has stayed " +
"essentially the same.";
}