Re: Microseconds and Carbon
Re: Microseconds and Carbon
- Subject: Re: Microseconds and Carbon
- From: email@hidden
- Date: Mon, 4 Feb 2002 23:50:17 -0500
On Monday, February 4, 2002, at 08:54 PM, Matt Ronge wrote:
Hello,
I'm trying to measure microseconds for some benchmarking and it appears
as
though the only way to measure microseconds is via Carbon.
Why not just include <sys/time.h>, and call gettimeofday. Then you are
Carbon-free.
see "man gettimeofday" in your terminal window.
Hope that helps,
email@hidden