From 8eab8950e173632eaf36bd69365ef51a6804fc84 Mon Sep 17 00:00:00 2001 From: fche Date: Sat, 12 Jan 2008 03:40:08 +0000 Subject: correct displayed time units From: Chris Snook --- examples/small_demos/prof.stp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/small_demos/prof.stp b/examples/small_demos/prof.stp index e08aa21c..389f743a 100755 --- a/examples/small_demos/prof.stp +++ b/examples/small_demos/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])) } -- cgit