commit | ef365cefbc53d8674a18520a1d4c2e5590127299 | [log] [tgz] |
---|---|---|
author | Russ Anderson <rja@sgi.com> | Tue May 18 17:52:40 2010 -0500 |
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | Thu May 20 21:53:58 2010 -0300 |
tree | 75566178dedd11a685d4240523849ad6787fb549 | |
parent | dfacc4d6c98b89609250269f518c1f54c30454ef [diff] |
perf record: remove unneeded gettimeofday() call Perf record repeatedly calls gettimeofday() which adds noise to the performance measurements. Since gettimeofday() is only used for the error printf, delete it. Cc: Ingo Molnar <mingo@elte.hu> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Stephane Eranian <eranian@google.com> LKML-Reference: <20100518225240.GC25589@sgi.com> Signed-off-by: Russ Anderson <rja@sgi.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>