Botan 3.6.1
Crypto and TLS for C&
|
This is the complete list of members for Botan::Timer, including all inherited members.
buf_size() const | Botan::Timer | inline |
bytes_per_second() const | Botan::Timer | inline |
cycles_consumed() const | Botan::Timer | inline |
doing() const | Botan::Timer | inline |
events() const | Botan::Timer | inline |
events_per_second() const | Botan::Timer | inline |
get_name() const | Botan::Timer | inline |
milliseconds() const | Botan::Timer | inline |
ms_per_event() const | Botan::Timer | inline |
operator<(const Timer &other) const | Botan::Timer | |
operator=(const Timer &other)=default | Botan::Timer | |
run(F f) -> decltype(f()) | Botan::Timer | inline |
run_until_elapsed(std::chrono::milliseconds msec, F f) | Botan::Timer | inline |
seconds() const | Botan::Timer | inline |
seconds_per_event() const | Botan::Timer | inline |
set_custom_msg(std::string_view s) | Botan::Timer | inline |
start() | Botan::Timer | |
stop() | Botan::Timer | |
Timer(std::string_view name, std::string_view provider, std::string_view doing, uint64_t event_mult, size_t buf_size, double clock_cycle_ratio, uint64_t clock_speed) | Botan::Timer | |
Timer(std::string_view name) | Botan::Timer | inline |
Timer(std::string_view name, size_t buf_size) | Botan::Timer | inline |
Timer(const Timer &other)=default | Botan::Timer | |
to_string() const | Botan::Timer | |
under(std::chrono::milliseconds msec) const | Botan::Timer | inline |
value() const | Botan::Timer | inline |