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

Function progress_report

tools/http_load/http_load.c:2889–2897  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2887}
2888
2889static void
2890progress_report(ClientData client_data __attribute__((unused)), struct timeval *nowP __attribute__((unused)))
2891{
2892 float elapsed;
2893
2894 elapsed = delta_timeval(&start_at, nowP) / 1000000.0;
2895 (void)fprintf(stderr, "--- %g secs, %d fetches started, %d completed, %d current\n", elapsed, fetches_started, fetches_completed,
2896 num_connections);
2897}
2898
2899static void
2900start_timer(ClientData client_data __attribute__((unused)), struct timeval *nowP __attribute__((unused)))

Callers

nothing calls this directly

Calls 1

delta_timevalFunction · 0.85

Tested by

no test coverage detected