wall-clock time profiling

Chuck Swiger cswiger at mac.com
Wed May 30 17:34:17 UTC 2007


Akihiro KAYAMA wrote:
> Hi all.
> 
> What is the right way to measure wall-clock time in profiling on FreeBSD?

The time shell builtin command or "/usr/bin/time -l _program_"?

The latter variant displays the rusage struct (ie, from "man getrusage")?

-- 
-Chuck


More information about the freebsd-questions mailing list