Port TimeseriesHistogram from common/stats to folly
authorStephen Chen <tracelog@fb.com>
Mon, 11 Nov 2013 21:32:34 +0000 (13:32 -0800)
committerPeter Griess <pgriess@fb.com>
Tue, 26 Nov 2013 15:05:17 +0000 (07:05 -0800)
commit586dd85c31e0ac378bfee598064282c24e4c48a0
tree8f98ae402dc7c566af42de0c1432180ac54d3ee7
parent2d980c3d15bff75ce2369afddbdf0663e3d2afe7
Port TimeseriesHistogram from common/stats to folly

Summary:
Port TimeseriesHistogram from common/stats to folly. Similarly to
MultiLevelTimeSeries and Histogram classes we've converted before.

Test Plan:
Ported the old unittest for TimeseriesHistogram from common/stats to
folly/test. The same unittest is left in tact and is still passing as well. Ran
all tests in folly/test and common/stats

Reviewed By: simpkins@fb.com

FB internal diff: D1054291
folly/stats/Instantiations.cpp
folly/stats/MultiLevelTimeSeries.h
folly/stats/TimeseriesHistogram-defs.h [new file with mode: 0644]
folly/stats/TimeseriesHistogram.h [new file with mode: 0644]
folly/test/TimeseriesHistogramTest.cpp [new file with mode: 0644]