Adbase
Adinf C++ base library V2
|
#include <Timer.hpp>
Public Member Functions | |
Timer () | |
void | start () |
double | stop () |
~Timer () | |
void adbase::metrics::Timer::start | ( | ) |
Definition at line 15 of file Timer.cpp.
Referenced by adbase::http::Server::onRequestCallback().
double adbase::metrics::Timer::stop | ( | ) |
Definition at line 22 of file Timer.cpp.
Referenced by adbase::http::Server::onRequestCallback().