Reorganize the stats directory
authorChristopher Dykes <cdykes@fb.com>
Sat, 10 Jun 2017 02:48:51 +0000 (19:48 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Sat, 10 Jun 2017 02:51:11 +0000 (19:51 -0700)
commitd8ed7cbc7118c84655fb51da6d1c0f32701dc763
treeeab8a37e66c9693844fba2fe1c7556c4e7e51614
parentb367f0fada0a53564f83e5072bbd45994a1c0795
Reorganize the stats directory

Summary: The source and tests for the stats directory was spread across folly/detail and folly/test, move them into folly/stats directly instead.

Reviewed By: yfeldblum

Differential Revision: D5216810

fbshipit-source-id: 00a8bb95a4f7830d0bc46b3f914f256a37833b78
22 files changed:
folly/Makefile.am
folly/detail/Stats.h [deleted file]
folly/stats/BucketedTimeSeries.cpp [new file with mode: 0644]
folly/stats/BucketedTimeSeries.h
folly/stats/Histogram.cpp [new file with mode: 0644]
folly/stats/Histogram.h
folly/stats/Instantiations.cpp [deleted file]
folly/stats/MultiLevelTimeSeries.cpp [new file with mode: 0644]
folly/stats/TimeseriesHistogram.cpp [new file with mode: 0644]
folly/stats/detail/Bucket.h [new file with mode: 0644]
folly/stats/test/BucketedTimeSeriesBenchmark.cpp [new file with mode: 0644]
folly/stats/test/HistogramBenchmark.cpp [new file with mode: 0644]
folly/stats/test/HistogramTest.cpp [new file with mode: 0644]
folly/stats/test/Makefile.am [new file with mode: 0755]
folly/stats/test/TimeSeriesTest.cpp [new file with mode: 0644]
folly/stats/test/TimeseriesHistogramTest.cpp [new file with mode: 0644]
folly/test/HistogramBenchmark.cpp [deleted file]
folly/test/HistogramTest.cpp [deleted file]
folly/test/Makefile.am
folly/test/TimeseriesBenchmark.cpp [deleted file]
folly/test/TimeseriesHistogramTest.cpp [deleted file]
folly/test/TimeseriesTest.cpp [deleted file]