summaryrefslogtreecommitdiffstats
path: root/scripts/gettimeseriesstats.py
Commit message (Expand)AuthorAgeFilesLines
* Make SQL queries safer and more robust.jasplin2011-03-181-1/+1
* Cleaned up code with json.dump().jasplin2011-02-031-64/+41
* Added initial version of finalizeresults.py.jasplin2011-01-271-80/+5
* Simplified URL for single benchmark time series.jasplin2011-01-221-24/+4
* Replace LCSSE with LCSS1.jasplin2011-01-131-5/+0
* Show # snapshots between last change and last target snapshot.jasplin2011-01-131-0/+3
* Show last change age (days ago since report date).jasplin2011-01-121-1/+6
* Improved definition of change and stability scores.jasplin2011-01-111-66/+65
* Renamed tolerance -> difftol.jasplin2011-01-031-4/+4
* Reverted limited debug input.jasplin2010-12-301-2/+2
* Misc. UI improvements. Added tooltips.jasplin2010-12-301-2/+2
* Improved layout and user interaction.jasplin2010-12-221-0/+2
* Separate URL for given BM time series and stats.jasplin2010-12-211-3/+3
* Added RSEMD (RSE of median observations).jasplin2010-12-171-7/+12
* Added MDRSE (median of relative standard errors).jasplin2010-12-161-1/+5
* Reverted limited debug input.jasplin2010-12-161-2/+2
* Removed LC, BC, and WC from table.jasplin2010-12-161-2/+2
* Improved hover/click highlighting in time series plot.jasplin2010-12-161-7/+2
* Added invalid observations to time series stats.jasplin2010-12-151-1/+3
* Show non-positive observations in time series plot.jasplin2010-12-151-0/+6
* Added non-positive observations to time series stats.jasplin2010-12-151-3/+6
* Added LCSS_LS (LCSS at last target snapshot).jasplin2010-12-151-5/+10
* Reverted limited debug input.jasplin2010-12-101-2/+2
* Indicate sample sizes in time series plot.jasplin2010-12-101-2/+2
* Improved last change stability score, but still not perfect.jasplin2010-12-091-15/+30
* Added more hover highlighting.jasplin2010-12-071-1/+1
* Added preceding value and change to hover-details.jasplin2010-12-071-3/+4
* Split LCD into LCDB and LCDA.jasplin2010-12-071-3/+5
* Reverted limited debug input.jasplin2010-12-071-2/+2
* Added web presentation of time series analysis.jasplin2010-12-071-191/+20
* Added time series analysis.jasplin2010-12-061-13/+15
* Removed all *AsTable references.jasplin2010-12-011-5/+0
* Added command for extracting time series stats.jasplin2010-12-011-0/+332