Set O_CLOEXEC by default when creating pipes to avoid race conditions resulting from...
[folly.git] / folly / test / HistogramBenchmark.cpp
2014-04-18 Elizabeth Smithuint isn't portable and makes some compilers angry...
2014-02-06 Louis BrandyCopyright 2013 -> 2014
2013-04-21 Adam Simpkinsmove Histogram.h to stats/
2013-03-27 Louis BrandyCopyright 2012 -> 2013
2012-08-26 Adam Simpkinsfolly: add a simple benchmark for Histogram::addValue()