Lines Matching +full:sample +full:- +full:size
1 sample:
4 sample.zbus.benchmark_async:
13 - "I: Benchmark 1 to 8 using LISTENERS to transmit with message size: 256 bytes"
14 - "I: Bytes sent = 262144, received = 262144"
15 - "I: Average data rate: (\\d+).(\\d+)MB/s"
16 - "I: Duration: (\\d+).(\\d+)s"
17 - "@(.*)"
19 - CONFIG_BM_ONE_TO=8
20 - CONFIG_BM_MESSAGE_SIZE=256
21 - CONFIG_BM_LISTENERS=y
22 - arch:nios2:CONFIG_SYS_CLOCK_TICKS_PER_SEC=1000
23 - CONFIG_IDLE_STACK_SIZE=1024
25 - qemu_x86
26 sample.zbus.benchmark_async_msg_sub:
35 - "I: Benchmark 1 to 8 using MSG_SUBSCRIBERS to transmit with message size: 256 bytes"
36 - "I: Bytes sent = 262144, received = 262144"
37 - "I: Average data rate: (\\d+).(\\d+)MB/s"
38 - "I: Duration: (\\d+).(\\d+)s"
39 - "@(.*)"
41 - CONFIG_BM_ONE_TO=8
42 - CONFIG_BM_MESSAGE_SIZE=256
43 - CONFIG_BM_MSG_SUBSCRIBERS=y
44 - arch:nios2:CONFIG_SYS_CLOCK_TICKS_PER_SEC=1000
45 - CONFIG_IDLE_STACK_SIZE=1024
47 - qemu_x86
48 sample.zbus.benchmark_sync:
57 - "I: Benchmark 1 to 8 using SUBSCRIBERS to transmit with message size: 256 bytes"
58 - "I: Bytes sent = 262144, received = 262144"
59 - "I: Average data rate: (\\d+).(\\d+)MB/s"
60 - "I: Duration: (\\d+).(\\d+)s"
61 - "@(.*)"
63 - CONFIG_BM_ONE_TO=8
64 - CONFIG_BM_MESSAGE_SIZE=256
65 - CONFIG_BM_SUBSCRIBERS=y
66 - arch:nios2:CONFIG_SYS_CLOCK_TICKS_PER_SEC=1000
67 - CONFIG_IDLE_STACK_SIZE=1024
69 - qemu_x86