MCPcopy Create free account
hub / github.com/apache/trafficserver / record_drain_queue

Method record_drain_queue

include/iocore/eventsystem/EThread.h:626–635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

624}
625
626inline auto
627EThread::Metrics::Slice::record_drain_queue(ink_hrtime drain_queue) -> self_type &
628{
629 if (drain_queue > 0) {
630 if (drain_queue > _duration._max_drain_queue) {
631 _duration._max_drain_queue = drain_queue;
632 }
633 }
634 return *this;
635}
636
637inline auto
638EThread::Metrics::Slice::record_io_stats(ink_hrtime io_wait, ink_hrtime io_work) -> self_type &

Callers 1

execute_regularMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected