From 749507decc0789eb35e336f273fc620650024729 Mon Sep 17 00:00:00 2001 From: fche Date: Sat, 12 Jan 2008 03:40:47 +0000 Subject: [PATCH] correct time units, from Chris Snook --- examples/prof.stp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/prof.stp b/examples/prof.stp index 986be65e..9703d36d 100755 --- a/examples/prof.stp +++ b/examples/prof.stp @@ -28,7 +28,7 @@ probe kernel.function("sys_*").return { probe end { printf("\n") foreach (x in ttime) - printf("%-20s\tcalls:%6d\tavg time (ms):%5d\ttotal(ms):%7d\n", + printf("%-20s\tcalls:%6d\tavg time (us):%5d\ttotal(us):%7d\n", x, @count(ttime[x]), @avg(ttime[x]), @sum(ttime[x])) } -- 2.43.5