Re: [PATCH] perf, tools: Add --initial-delay support to perf record v3

2014-01-13 Thread Namhyung Kim
Hi Andi, On Sat, 11 Jan 2014 13:38:27 -0800, Andi Kleen wrote: > From: Andi Kleen > > perf stat has a --delay option to delay measuring the workload. > This is useful to skip measuring the startup phase of the program, which > is often very different from the main workload. > > The same is useful

[PATCH] perf, tools: Add --initial-delay support to perf record v3

2014-01-11 Thread Andi Kleen
From: Andi Kleen perf stat has a --delay option to delay measuring the workload. This is useful to skip measuring the startup phase of the program, which is often very different from the main workload. The same is useful for perf record when sampling. --no-delay was already taken, so add a --in