[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: gettimeofday
- From: Tim Moore <timothymoore bigfoot com>
- To: redhat-list redhat com
- Subject: Re: gettimeofday
- Date: Tue, 01 May 2001 11:08:07 -0700
> I'm noticing some weird stuff with gettimeofday. When I call this
> function, it usually takes around 10 microseconds. But, sometimes it
> takes a long time (somewhere around 30 milli seconds). Does anyone know
> why it's taking so long? I need this function to return as quickly as
> possible. Any help would be greatly appreciated.
'strace -tt <program>' might tell you where things are held up after the
gettimeofday call.
--
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]