bug-global
[Top][All Lists]
Advanced

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

Re: [PATCH] change output of htags --statistics


From: Hideki IWAMOTO
Subject: Re: [PATCH] change output of htags --statistics
Date: Wed, 04 Nov 2009 22:23:29 +0900

> There might not be necessity of it.

The patch was simplified by dropping support of times.
Attached is updated version.


 configure.ac         |    2
 htags/htags.c        |   50 +----
 libutil/Makefile.am  |    4
 libutil/global.h     |    1
 libutil/statistics.c |  436 +++++++++++++++++++++++++++++++++++++++++++++++++++
 libutil/statistics.h |   98 +++++++++++
 libutil/strbuf.c     |   15 +
 libutil/strbuf.h     |    4
 8 files changed, 573 insertions(+), 37 deletions(-)

On Wed, 04 Nov 2009 08:19:17 +0900, Shigio YAMAGUCHI wrote...
> Hi
> > > #elif HAVE_TIMES
> > 
> > I don't know whether support of times(2) is needed.
> > Is there anybody who is using the system that supports times
> > and doesn't support gettimeofday and getrusage?
> 
> There might not be necessity of it.
> In FreeBSD, we can see the following description at the head of the 
> DESCRIPTION of times(2).
> 
>   "This interface is obsoleted by getrusage(2) and gettimeofday(2)."
> 
> As for either, those who should use times(2) is small number of people even 
> in case of being.
> --
> Shigio YAMAGUCHI <address@hidden>
> PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3

----
Hideki IWAMOTO  address@hidden

Attachment: 20091104-statistics-2.patch
Description: Binary data


reply via email to

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