diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2005-01-18 16:44:51 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2005-01-18 16:44:51 +0000 |
commit | f474835bb9beb8e2a5cbc680760aff00a73e5bfb (patch) | |
tree | 044179cbc38bf1f7853151b450ad36c71245377b /libstdc++-v3/ChangeLog | |
parent | de004e6db52c426658b4b936500dd524332f7e50 (diff) | |
download | gcc-f474835bb9beb8e2a5cbc680760aff00a73e5bfb.zip gcc-f474835bb9beb8e2a5cbc680760aff00a73e5bfb.tar.gz gcc-f474835bb9beb8e2a5cbc680760aff00a73e5bfb.tar.bz2 |
testsuite_performance.h (time_counter::start): Clear.
2005-01-18 Benjamin Kosnik <bkoz@redhat.com>
* testsuite/testsuite_performance.h (time_counter::start):
Clear. Tweaks.
(clear_counters): Inline.
(start_counters): Inline.
(stop_counters): Inline.
* testsuite/performance/20_util/allocator/map_thread.cc: Return.
* testsuite/performance/20_util/allocator/insert.cc: Remove bogus
return, add return.
* testsuite/performance/20_util/allocator/map_thread.cc: Same.
From-SVN: r93834
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r-- | libstdc++-v3/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 8bd52a5..a8ff690 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,15 @@ +2005-01-18 Benjamin Kosnik <bkoz@redhat.com> + + * testsuite/testsuite_performance.h (time_counter::start): + Clear. Tweaks. + (clear_counters): Inline. + (start_counters): Inline. + (stop_counters): Inline. + * testsuite/performance/20_util/allocator/map_thread.cc: Return. + * testsuite/performance/20_util/allocator/insert.cc: Remove bogus + return, add return. + * testsuite/performance/20_util/allocator/map_thread.cc: Same. + 2005-01-17 Paolo Carlini <pcarlini@suse.de> PR libstdc++/19433 |