proxygen
stop_watch.h File Reference
#include <chrono>
#include <stdexcept>
#include <utility>
#include <folly/Chrono.h>
#include <folly/portability/Time.h>

Go to the source code of this file.

Classes

struct  folly::custom_stop_watch< Clock, Duration >
 

Namespaces

 folly
 —— Concurrent Priority Queue Implementation ——
 

Typedefs

using folly::monotonic_clock = std::chrono::steady_clock
 
template<typename Duration = folly::chrono::coarse_steady_clock::duration>
using folly::coarse_stop_watch = custom_stop_watch< folly::chrono::coarse_steady_clock, Duration >
 
template<typename Duration = std::chrono::steady_clock::duration>
using folly::stop_watch = custom_stop_watch< std::chrono::steady_clock, Duration >