Searched refs:BS_BENCH_DEBUG (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/usr/block_server_user/
H A Dbenchmark.h32 #define BS_BENCH_DEBUG(fmt, msg...) debug_printf("%s: "fmt"\n", __func__, msg); macro
33 //#define BS_BENCH_DEBUG(fmt, msg...)
H A Dbenchmark.c75 BS_BENCH_DEBUG(" Block Received: id=[%i] data=[0x%x]", (uint32_t)bs->block_id, *(uint32_t*)buffer->address);
96 BS_BENCH_DEBUG("Buffer: %p", buffer);
157 BS_BENCH_DEBUG("%s", "first pool assigned\n\n");
160 BS_BENCH_DEBUG("%s", "second pool assigned\n\n");
171 BS_BENCH_DEBUG("Allocating pools: size=%i",
192 BS_BENCH_DEBUG("%s", "Assigning first... ");
199 BS_BENCH_DEBUG("%s", "Assigning second pool... ");
207 BS_BENCH_DEBUG("%s", "Passing buffers");
212 // BS_BENCH_DEBUG("Passing buffer %u\n", i);
221 BS_BENCH_DEBUG("
[all...]

Completed in 30 milliseconds