From: Tim Janik Date: Fri, 2 Dec 2005 12:10:49 +0000 (+0000) Subject: extended to perform the benchmarking on the old memchunk code if 'O' is X-Git-Tag: GLIB_2_9_1~44 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b78b4ee7fe93f047f5903e731fc707e7e38e96bb;p=platform%2Fupstream%2Fglib.git extended to perform the benchmarking on the old memchunk code if 'O' is Fri Dec 2 10:55:07 2005 Tim Janik * tests/slice-test.c: extended to perform the benchmarking on the old memchunk code if 'O' is selected. * tests/memchunks.c: new file which contains the old GLib mem chunks implementation with prefix old_mem_chunk_. * tests/Makefile.am: added memchunks.c --- diff --git a/ChangeLog b/ChangeLog index 47619bc..e296ce7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Fri Dec 2 10:55:07 2005 Tim Janik + + * tests/slice-test.c: extended to perform the benchmarking on the old + memchunk code if 'O' is selected. + + * tests/memchunks.c: new file which contains the old GLib mem chunks + implementation with prefix old_mem_chunk_. + + * tests/Makefile.am: added memchunks.c + Fri Dec 2 00:16:59 2005 Tim Janik * glib/gslice.c: improved gettimeofday() timer resolution by maintaining diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 47619bc..e296ce7 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,13 @@ +Fri Dec 2 10:55:07 2005 Tim Janik + + * tests/slice-test.c: extended to perform the benchmarking on the old + memchunk code if 'O' is selected. + + * tests/memchunks.c: new file which contains the old GLib mem chunks + implementation with prefix old_mem_chunk_. + + * tests/Makefile.am: added memchunks.c + Fri Dec 2 00:16:59 2005 Tim Janik * glib/gslice.c: improved gettimeofday() timer resolution by maintaining diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 47619bc..e296ce7 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,13 @@ +Fri Dec 2 10:55:07 2005 Tim Janik + + * tests/slice-test.c: extended to perform the benchmarking on the old + memchunk code if 'O' is selected. + + * tests/memchunks.c: new file which contains the old GLib mem chunks + implementation with prefix old_mem_chunk_. + + * tests/Makefile.am: added memchunks.c + Fri Dec 2 00:16:59 2005 Tim Janik * glib/gslice.c: improved gettimeofday() timer resolution by maintaining