Messages in this thread |  | | Date | Wed, 13 Nov 2013 08:57:55 +0200 | From | Pekka Enberg <> | Subject | Re: [PATCH] perf trace: Simplify '--summary' output |
| |
On 11/12/13 11:40 PM, Ingo Molnar wrote: > So if you prefer unit-less lines that's defensible, perhaps output the > unit somewhere else: > > syscall calls min avg max stddev > (msec) (msec) (msec) (%) > --------------- -------- -------- -------- -------- ------ > sendmsg 2 0.002 0.005 0.008 55.00 > recvmsg 2 0.002 0.003 0.005 44.00 > epoll_wait 1 0.000 0.000 0.000 0.00 > > or so?
Looks good. I'll make a patch later today unless someone else beats me to it.
Pekka
|  |