MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / get_throttle

Method get_throttle

common/alog.cpp:394–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392 virtual int get_log_file_fd() override { return log_output->get_log_file_fd(); }
393 virtual uint64_t set_throttle(uint64_t t = -1UL) override { return log_output->set_throttle(t); }
394 virtual uint64_t get_throttle() override { return log_output->get_throttle(); }
395 virtual void destruct() override {
396 if (!stopped) {
397 {

Callers

nothing calls this directly

Calls 1

get_throttleMethod · 0.45

Tested by

no test coverage detected