Date: Thu, 29 Feb 1996 07:25:16 -0800 (GMT) From: Orlando Andico To: Eli Zaretskii cc: Erik Luijten , djgpp Subject: Re: time measurement in protected mode? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 28 Feb 1996, Eli Zaretskii wrote: > > clock() doesn't switch to real mode (it just peeks at a certain address > in the BIOS data area). If you need to measure time for longer than 24 > hours, you can augment clock() with gettimeofday() (which you can then > call once every 24 hours or so). > What about alarm() ? what method does this function use to get the time? and setitimer () ? ------------------------ Orlando A. Andico oandico AT eee DOT upd DOT edu DOT ph ------------------------