Benoît Dejean 79fc0e70c0 Small improvements. Use g_array_sized_new instead of g_array_new with
* procmap.c: (glibtop_get_proc_map_s):

        Small improvements.
        Use g_array_sized_new instead of g_array_new with
        reserved_size = 100.
        Don't use g_array_append_val to avoid copying
        glibtop_map_entries. Use g_array_set_size(size + 1) instead.

        I've run a little python benchmark and this shows a little
        speedup. I hope this would be more sensible in
        gnome-system-monitor (glibtop_get_procmap is intensively used for
        the 'Writable Memory' column).
2005-12-07 09:35:50 +00:00
2004-12-06 14:44:11 +00:00
2005-01-03 09:07:07 +00:00
2005-08-03 22:47:19 +00:00
2004-06-09 18:52:22 +00:00
2005-06-06 12:33:42 +00:00
2004-11-18 21:25:22 +00:00
2004-12-06 14:44:11 +00:00
2005-06-06 11:50:00 +00:00
2004-11-22 11:13:24 +00:00
2004-11-15 21:50:35 +00:00
2005-03-31 12:05:52 +00:00
2004-11-22 11:13:24 +00:00
2004-01-05 14:04:14 +00:00
2004-11-18 21:25:22 +00:00
2000-11-20 16:28:22 +00:00
2004-11-22 11:13:24 +00:00
2004-11-19 08:32:16 +00:00
2005-11-29 11:04:28 +00:00
1999-10-18 19:58:36 +00:00

LATEST NEWS:
===========

Please look also in the file 'NEWS' for latest news.
 
Martin


ChangeLogs:
==========

LibGTop has many ChangeLogs files. The following files are the the
most important :

- ChangeLog is the main ChangeLog.
- sysdeps/<arch>/ChangeLog is the ChangeLog for arch specific changes.
- sysdeps/common/ChangeLog is the ChangeLog for common changes (shared
  implementation between archs).

Benoît
Description
A library for collecting system monitoring data
Readme 6.2 MiB
Languages
C 87.9%
Shell 6.9%
M4 2.7%
Makefile 1.1%
Perl 0.9%
Other 0.5%