MCPcopy Create free account
hub / github.com/F-Stack/f-stack / memtest_progress_end

Function memtest_progress_end

app/redis-6.2.6/src/memtest.c:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78void memtest_progress_end(void) {
79 printf("\x1b[H\x1b[2J"); /* Cursor home, clear screen. */
80}
81
82void memtest_progress_step(size_t curr, size_t size, char c) {
83 size_t chars = ((unsigned long long)curr*progress_full)/size, j;

Callers 2

memtest_compare_timesFunction · 0.85
memtest_testFunction · 0.85

Calls 1

printfFunction · 0.50

Tested by

no test coverage detected