Consistency in namespace-closing comments
[folly.git] / folly / stats / BucketedTimeSeries.h
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-07-04 Yedidya FeldblumApply clang-format to folly/stats/
2017-06-10 Christopher DykesReorganize the stats directory
2017-02-03 Xuli LiuExpose more functions/constructors on BucketedTimeSeries
2017-02-01 Christopher DykesSwap a few APIs to reduce sign and implicit truncations...
2017-01-27 Christopher DykesMake most implicit integer truncations and sign convers...
2017-01-04 Yedidya Feldblum2017
2016-09-16 Adam Simpkinsupdate stats APIs to use TimePoint vs Duration correctly
2016-09-15 Adam Simpkinsa simple first step towards using clocks properly in...
2016-04-01 Sven Overfolly: replace old-style header guards with "pragma...
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2014-09-09 Matt DordalRename shadowing local variables in various stats objects
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-05-20 Adam Simpkinsmove rateHelper() to detail/Stats.h
2013-05-20 Adam SimpkinsMake BucketedTimeSeries::rate() more accurate
2013-03-27 Louis BrandyCopyright 2012 -> 2013
2012-12-16 Yiding Jiafolly/stats - fix c++ spec compliance for call to templ...
2012-08-26 Adam SimpkinsAdd BucketedTimeSeries to folly