Lines Matching refs:of
21 Specify amount of times to repeat the run (default 10).
67 Suite for evaluating performance of scheduler and IPC mechanisms.
70 Options of *messaging*
74 Use pipe() instead of socketpair()
78 Be multi thread instead of multi process
82 Specify number of groups
86 Specify number of loops
88 Example of *messaging*
109 Options of *pipe*
113 Specify number of loops.
115 Example of *pipe*
137 Suite for evaluating performance of simple memory copy in various ways.
139 Options of *memcpy*
143 Specify size of memory to copy (default: 1MB).
154 Repeat memcpy invocation this number of times.
158 Use perf's cpu-cycles event instead of gettimeofday syscall.
161 Suite for evaluating performance of simple memory set in various ways.
163 Options of *memset*
167 Specify size of memory to set (default: 1MB).
178 Repeat memset invocation this number of times.
182 Use perf's cpu-cycles event instead of gettimeofday syscall.