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

Function ink_hrtime_diff_msec

include/tscore/ink_hrtime.h:255–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255static inline int
256ink_hrtime_diff_msec(ink_hrtime t1, ink_hrtime t2)
257{
258 return static_cast<int>(ink_hrtime_to_msec(t1 - t2));
259}
260
261static inline ink_hrtime
262ink_hrtime_diff(ink_hrtime t1, ink_hrtime t2)

Callers 1

load_buffer_and_writeMethod · 0.85

Calls 1

ink_hrtime_to_msecFunction · 0.85

Tested by

no test coverage detected