MCPcopy Index your code
hub / github.com/git/git / progress_getnanotime

Function progress_getnanotime

progress.c:185–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185static uint64_t progress_getnanotime(struct progress *progress)
186{
187 if (progress_testing)
188 return progress->start_ns + progress_test_ns;
189 else
190 return getnanotime();
191}
192
193void display_throughput(struct progress *progress, uint64_t total)
194{

Callers 2

display_throughputFunction · 0.85
force_last_updateFunction · 0.85

Calls 1

getnanotimeFunction · 0.85

Tested by

no test coverage detected