|
CUBRID Engine
latest
|
#include <chrono>#include <cstdint>

Go to the source code of this file.
Namespaces | |
| cubmonitor | |
Typedefs | |
| using | cubmonitor::statistic_value = std::uint64_t |
| using | cubmonitor::clock_type = std::chrono::high_resolution_clock |
| using | cubmonitor::time_point = clock_type::time_point |
| using | cubmonitor::duration = clock_type::duration |
| using | cubmonitor::fetch_mode = bool |
Variables | |
| const fetch_mode | cubmonitor::FETCH_GLOBAL = true |
| const fetch_mode | cubmonitor::FETCH_TRANSACTION_SHEET = false |