CVSROOT: /sources/hurd
Module name: hurd-l4
Changes by: Neal H. Walfield <neal> 08/06/26 08:39:13
Modified files:
hieronymus : hieronymus.c ChangeLog
Log message:
2008-06-26 Neal H. Walfield <[EMAIL PROTECTED]>
* hieronymus.c: Include <stdlib.h>.
(module_count): Make a global static.
(activities): Likewise.
(all_done): New variable.
(now): New function.
(epoch): Likewise.
(struct stat): New structure.
(stats_count): New variable.
(stats): Likewise.
(do_gather_stats): New function.
(main): If --stats is specified, fork a thread to gather
statistics. When all processes have exited, print out the
statistics.
(main): Name activities according to their first argument.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/hieronymus/hieronymus.c?cvsroot=hurd&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/hieronymus/ChangeLog?cvsroot=hurd&r1=1.9&r2=1.10