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

Method record_loop_start

include/iocore/eventsystem/EThread.h:593–598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

591// --- Inline implementation
592
593inline auto
594EThread::Metrics::Slice::record_loop_start(ink_hrtime t) -> self_type &
595{
596 _duration._start = t;
597 return *this;
598}
599
600inline auto
601EThread::Metrics::Slice::record_loop_duration(ink_hrtime delta) -> self_type &

Callers 1

execute_regularMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected