Re: [PATCH] perf bench: Flush stdout before starting bench suite

2013-01-08 Thread Hitoshi Mitake
At Tue, 8 Jan 2013 18:39:26 +0900, Namhyung Kim wrote: > > From: Namhyung Kim > > perf bench prints header message for bench suite before starting the > benchmark. However if the stdout is redirected to a file and bench > suite forks child processes this (and possibly other debugging >

[PATCH] perf bench: Flush stdout before starting bench suite

2013-01-08 Thread Namhyung Kim
From: Namhyung Kim perf bench prints header message for bench suite before starting the benchmark. However if the stdout is redirected to a file and bench suite forks child processes this (and possibly other debugging messages too) will be repeated multiple times. $ perf bench sched

[PATCH] perf bench: Flush stdout before starting bench suite

2013-01-08 Thread Namhyung Kim
From: Namhyung Kim namhyung@lge.com perf bench prints header message for bench suite before starting the benchmark. However if the stdout is redirected to a file and bench suite forks child processes this (and possibly other debugging messages too) will be repeated multiple times. $ perf

Re: [PATCH] perf bench: Flush stdout before starting bench suite

2013-01-08 Thread Hitoshi Mitake
At Tue, 8 Jan 2013 18:39:26 +0900, Namhyung Kim wrote: From: Namhyung Kim namhyung@lge.com perf bench prints header message for bench suite before starting the benchmark. However if the stdout is redirected to a file and bench suite forks child processes this (and possibly other