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