File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 3939#include < memcached/durability_spec.h>
4040#include < memcached/protocol_binary.h>
4141#include < memcached/types.h>
42+ #include < platform/histogram.h>
4243#include < xattr/blob.h>
4344#include < gsl/gsl>
4445
Original file line number Diff line number Diff line change 1515 * limitations under the License.
1616 */
1717
18- #include " common.h"
1918#include " couch-kvstore/couch-fs-stats.h"
19+ #include " common.h"
2020#include " kvstore.h"
21+ #include < platform/histogram.h>
2122
2223std::unique_ptr<FileOpsInterface> getCouchstoreStatsOps (
2324 FileStats& stats, FileOpsInterface& base_ops) {
Original file line number Diff line number Diff line change 2727#include < platform/platform_time.h>
2828#include < relaxed_atomic.h>
2929
30+ #include < platform/histogram.h>
3031#include < algorithm>
3132#include < atomic>
3233
Original file line number Diff line number Diff line change 1919
2020#include < boost/optional/optional_fwd.hpp>
2121#include < nlohmann/json_fwd.hpp>
22- #include < platform/histogram.h>
2322#include < chrono>
2423#include < memory>
2524#include < utility>
3534#pragma warning(pop)
3635#endif
3736
37+ template <typename HISTOGRAM, uint64_t THRESHOLD_MS>
38+ class GenericBlockTimer ;
39+ template <typename T>
40+ class MicrosecondStopwatch ;
41+
3842/* *
3943 * A container for the c hdr_histogram data structure.
4044 *
You can’t perform that action at this time.
0 commit comments