Searched refs:PRINT_F (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/tests/benchmarks/app_kernel/src/ |
D | msgq_b.c | 28 PRINT_F(FORMAT, "enqueue 1 byte msg in MSGQ", in message_queue_test() 38 PRINT_F(FORMAT, "dequeue 1 byte msg from MSGQ", in message_queue_test() 48 PRINT_F(FORMAT, "enqueue 4 bytes msg in MSGQ", in message_queue_test() 58 PRINT_F(FORMAT, "dequeue 4 bytes msg in MSGQ", in message_queue_test() 68 PRINT_F(FORMAT, "enqueue 192 bytes msg in MSGQ", in message_queue_test() 78 PRINT_F(FORMAT, "dequeue 192 bytes msg in MSGQ", in message_queue_test() 90 PRINT_F(FORMAT, in message_queue_test() 101 PRINT_F(FORMAT, in message_queue_test() 112 PRINT_F(FORMAT, in message_queue_test()
|
D | sema_b.c | 29 PRINT_F(FORMAT, "signal semaphore", in sema_test() 42 PRINT_F(FORMAT, "signal to waiting high pri task", in sema_test() 52 PRINT_F(FORMAT, "signal to waiting high pri task, with timeout", in sema_test()
|
D | mailbox_b.c | 19 PRINT_F("|%11u|%32u|%32u|\n", putsize, puttime, \ 24 PRINT_F("| message overhead: %10u nsec/packet " \ 28 PRINT_F("| raw transfer rate: %10u KB/sec (without" \ 60 PRINT_F("| repeat for %4d times and take the " in mailbox_test()
|
D | memmap_b.c | 29 PRINT_F(FORMAT, in memorymap_test() 38 PRINT_F(FORMAT, "average alloc and dealloc memory page", in memorymap_test()
|
D | mutex_b.c | 30 PRINT_F(FORMAT, "average lock and unlock mutex", in mutex_test()
|
D | pipe_b.c | 16 PRINT_F("|%5u|%5u|%10u|%10u|%10u|%10u|%10u|%10u|\n", \ 31 PRINT_F("|%5u|%5d|%10u|%10u|%10u|%10u|%10u|%10u|\n", \
|
D | master.h | 120 #define PRINT_F(fmt, ...) \ macro
|
/Zephyr-latest/tests/benchmarks/sched_queues/src/ |
D | utils.h | 35 #define PRINT_F(summary, cycles, nsec) \ macro 46 PRINT_F(summary, value, \ 50 PRINT_F(summary, value / counter, \
|
/Zephyr-latest/tests/benchmarks/latency_measure/src/ |
D | utils.h | 74 #define PRINT_F(summary, cycles, nsec, error, notes) \ macro 90 PRINT_F(summary, value, \ 95 PRINT_F(summary, value / counter, \
|
/Zephyr-latest/tests/benchmarks/wait_queues/src/ |
D | utils.h | 33 #define PRINT_F(summary, cycles, nsec) \ macro 44 PRINT_F(summary, value / counter, \
|