osrm-backend/src/util/timed_histogram.cpp
2022-12-20 18:00:11 +01:00

7 lines
136 B
C++

#include "util/timed_histogram.hpp"
namespace osrm::util::detail
{
std::atomic_uint operation = {0};
} // namespace osrm::util::detail