update stats APIs to use TimePoint vs Duration correctly
[folly.git] / folly / test / TimeseriesTest.cpp
2016-09-16 Adam Simpkinsupdate stats APIs to use TimePoint vs Duration correctly
2016-09-10 Christopher DykesUse the GTest portability headers v2016.09.12.00 v2016.09.12.01
2016-07-02 Christopher DykesInclude the correct headers in various tests
2016-06-15 Caren ThomasAdd constructor for MultiLevelTimeSeries class that...
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-02-12 Drew HoskinsFix MultiLevelTimeseries::getRate()
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-06-09 Adam Simpkinsmake BucketedTimeSeries::addValue() honor old timestamps
2014-02-06 Louis BrandyCopyright 2013 -> 2014
2013-06-26 Stephen ChenAdd MultiLevelTimeSeries to folly.
2013-05-20 Adam SimpkinsMake BucketedTimeSeries::rate() more accurate
2013-01-19 Philip Proninfix some of the warning/errors clang 3.1 reports
2012-08-26 Adam Simpkinsfolly: simplify the stats avgHelper() function
2012-08-26 Adam SimpkinsBucketedTimeSeries: fix type converison issues computin...
2012-08-26 Adam SimpkinsAdd BucketedTimeSeries to folly