MCPcopy Create free account
hub / github.com/apache/httpd / md_duration_print

Function md_duration_print

modules/md/md_time.c:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108const char *md_duration_print(apr_pool_t *p, apr_interval_time_t duration)
109{
110 return duration_print(p, 0, duration);
111}
112
113const char *md_duration_roughly(apr_pool_t *p, apr_interval_time_t duration)
114{

Callers 3

process_drive_jobFunction · 0.85
run_watchdogFunction · 0.85
run_watchdogFunction · 0.85

Calls 1

duration_printFunction · 0.85

Tested by

no test coverage detected