Path: utzoo!attcan!uunet!wuarchive!udel!mmdf From: HBO043%DJUKFA11.BITNET@cunyvm.cuny.edu (Christoph van Wuellen) Newsgroups: comp.os.minix Subject: re: benchmarking MINIX-ST Message-ID: <20653@nigel.udel.EDU> Date: 31 May 90 08:53:53 GMT Sender: mmdf@udel.EDU Lines: 10 Of course, dhrystone measures only user mode execution times, but everything that is done during interupts is charged for the current process. On an otherwise idle system, where only your process runs, every clock tick is charged for you (thus your times(3)-time is wallclock-time), but not only your process, but also the clock interrupt handler consumes CPU cycles. C.v.w.