commit | dc4841abc89fe5866dacc9de087744564551f84b | [log] [tgz] |
---|---|---|
author | Tony Mansson <tony.mansson@linaro.org> | Thu Feb 09 15:19:05 2012 -0800 |
committer | Tony Mansson <tony.mansson@linaro.org> | Fri Feb 10 08:19:42 2012 -0800 |
tree | efd1b486a1eb4b91a61180116b75edb3edb8745e | |
parent | 747be6e0506777653972ef25cc10c429db34af9f [diff] |
0xBenchmark: Stop using fork() in native benchmarks. The barrier function locks up when used in conjunction with multiple processes. The "P" option uses fork() to launch mulitple parallel operations. This change will use "T" (threads) instead of "P" (processes) when applicable, and also exclude the fork. exec and exit benchmark steps. Change-Id: I0a29f8386f1bad41645333763038b5914a150497 Signed-off-by: Tony Mansson <tony.mansson@linaro.org>