Represents all the local timings and statistics.
More...
#include <userver/clients/http/local_stats.hpp>
|
using | duration = std::chrono::steady_clock::time_point::duration |
|
Represents all the local timings and statistics.
Definition at line 11 of file local_stats.hpp.
◆ duration
using clients::http::LocalStats::duration = std::chrono::steady_clock::time_point::duration |
◆ open_socket_count
size_t clients::http::LocalStats::open_socket_count = 0 |
◆ retries_count
size_t clients::http::LocalStats::retries_count = 0 |
returns 0 based retires count. In other words: 0 - the very first request succeeded 1 - made 1 retry 2 - made 2 retries ...
Definition at line 27 of file local_stats.hpp.
◆ time_to_connect
duration clients::http::LocalStats::time_to_connect {} |
◆ time_to_process
duration clients::http::LocalStats::time_to_process {} |
The documentation for this struct was generated from the following file: