#include <userver/utils/statistics/busy.hpp>
A RAII-style guard to account code block execution time in utils::statistics::BusyStorage. Aware of recursive invocations in the same thread.
Public Member Functions | |
BusyMarker (BusyStorage &storage) | |
BusyMarker (const BusyMarker &)=delete | |
BusyMarker & | operator= (const BusyMarker &)=delete |
|
inline |