bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: timevar: 1/3: expect that getrusage is available


From: Bruno Haible
Subject: Re: timevar: 1/3: expect that getrusage is available
Date: Sat, 13 Oct 2018 06:47:19 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-137-generic; KDE/5.18.0; x86_64; ; )

Hi Akim,

> >  - The code prints the '.wall' values, which are not initialized. But this
> >    is fixed in part 3/3.
> 
> They are initialized
> 
> static void
> set_to_current_time (struct timevar_time_def *now)
> {
>   now->user = 0;
>   now->sys  = 0;
>   now->wall = 0;
> 
> but yes, they are no yet filled with actual values.  Is this really a
> problem?

Sorry, I did not look carefully.
No problem then, of course!

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]