2006-10-03 Benjamin Kosnik <bkoz@redhat.com>
* testsuite/util/testsuite_allocator.h (allocation_tracker): To tracker_allocator_counter. (allocation_tracker::allocationTotal): To get_allocation_count. (allocation_tracker::deallocationTotal): To get_deallocation_count. (allocation_tracker::constructCount): To get_construct_count. (allocation_tracker::destructCount): To get_destruct_count. (allocation_tracker::resetCounts): To reset. (tracker_alloc): To tracker_allocator. * testsuite/util/performance/mem: Remove. * testsuite/util/performance/mem/mem_track_allocator_base.hpp: Remove. * testsuite/util/performance/mem/mem_track_allocator.hpp: Remove. * testsuite/27_io/basic_stringbuf/4.cc: Adjust for new names or includes. * testsuite/ext/hash_set/check_construct_destroy.cc: Same. * testsuite/ext/slist/check_construct_destroy.cc: Same. * testsuite/performance/ext/pb_ds/ hash_random_int_erase_mem_usage.cc: Same. * testsuite/performance/ext/pb_ds/multimap_text_insert_mem_usage.hpp * testsuite/performance/ext/pb_ds/ priority_queue_text_pop_mem_usage.cc: Same. * testsuite/23_containers/vector/capacity/2.cc: Same. * testsuite/23_containers/vector/cons/4.cc: Same. * testsuite/23_containers/vector/check_construct_destroy.cc: Same. * testsuite/23_containers/deque/cons/2.cc: Same. * testsuite/23_containers/deque/check_construct_destroy.cc: Same. * testsuite/23_containers/list/check_construct_destroy.cc: Same. * testsuite/23_containers/set/check_construct_destroy.cc: Same. * testsuite/util/testsuite_allocator.h * testsuite/util/performance/priority_queue/mem_usage/pop_test.hpp * testsuite/util/performance/assoc/mem_usage/multimap_insert_test.hpp * testsuite/util/performance/assoc/mem_usage/erase_test.hpp * testsuite/util/testsuite_allocator.cc: Same. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117408 138bc75d-0d04-0410-961f-82ee72b054a4
Showing
- libstdc++-v3/ChangeLog 35 additions, 0 deletionslibstdc++-v3/ChangeLog
- libstdc++-v3/testsuite/23_containers/deque/check_construct_destroy.cc 6 additions, 6 deletions.../testsuite/23_containers/deque/check_construct_destroy.cc
- libstdc++-v3/testsuite/23_containers/deque/cons/2.cc 8 additions, 8 deletionslibstdc++-v3/testsuite/23_containers/deque/cons/2.cc
- libstdc++-v3/testsuite/23_containers/list/check_construct_destroy.cc 6 additions, 6 deletions...3/testsuite/23_containers/list/check_construct_destroy.cc
- libstdc++-v3/testsuite/23_containers/set/check_construct_destroy.cc 6 additions, 6 deletions...v3/testsuite/23_containers/set/check_construct_destroy.cc
- libstdc++-v3/testsuite/23_containers/vector/capacity/2.cc 8 additions, 8 deletionslibstdc++-v3/testsuite/23_containers/vector/capacity/2.cc
- libstdc++-v3/testsuite/23_containers/vector/check_construct_destroy.cc 6 additions, 6 deletions...testsuite/23_containers/vector/check_construct_destroy.cc
- libstdc++-v3/testsuite/23_containers/vector/cons/4.cc 65 additions, 65 deletionslibstdc++-v3/testsuite/23_containers/vector/cons/4.cc
- libstdc++-v3/testsuite/27_io/basic_stringbuf/4.cc 1 addition, 1 deletionlibstdc++-v3/testsuite/27_io/basic_stringbuf/4.cc
- libstdc++-v3/testsuite/ext/hash_set/check_construct_destroy.cc 6 additions, 6 deletions...dc++-v3/testsuite/ext/hash_set/check_construct_destroy.cc
- libstdc++-v3/testsuite/ext/slist/check_construct_destroy.cc 6 additions, 6 deletionslibstdc++-v3/testsuite/ext/slist/check_construct_destroy.cc
- libstdc++-v3/testsuite/performance/ext/pb_ds/hash_random_int_erase_mem_usage.cc 2 additions, 2 deletions.../performance/ext/pb_ds/hash_random_int_erase_mem_usage.cc
- libstdc++-v3/testsuite/performance/ext/pb_ds/multimap_text_insert_mem_usage.hpp 4 additions, 4 deletions.../performance/ext/pb_ds/multimap_text_insert_mem_usage.hpp
- libstdc++-v3/testsuite/performance/ext/pb_ds/priority_queue_text_pop_mem_usage.cc 10 additions, 9 deletions...erformance/ext/pb_ds/priority_queue_text_pop_mem_usage.cc
- libstdc++-v3/testsuite/util/performance/assoc/mem_usage/erase_test.hpp 5 additions, 5 deletions...testsuite/util/performance/assoc/mem_usage/erase_test.hpp
- libstdc++-v3/testsuite/util/performance/assoc/mem_usage/multimap_insert_test.hpp 8 additions, 8 deletions...util/performance/assoc/mem_usage/multimap_insert_test.hpp
- libstdc++-v3/testsuite/util/performance/mem/mem_track_allocator.hpp 0 additions, 189 deletions...v3/testsuite/util/performance/mem/mem_track_allocator.hpp
- libstdc++-v3/testsuite/util/performance/mem/mem_track_allocator_base.hpp 0 additions, 116 deletions...stsuite/util/performance/mem/mem_track_allocator_base.hpp
- libstdc++-v3/testsuite/util/performance/priority_queue/mem_usage/pop_test.hpp 5 additions, 5 deletions...te/util/performance/priority_queue/mem_usage/pop_test.hpp
- libstdc++-v3/testsuite/util/testsuite_allocator.cc 23 additions, 18 deletionslibstdc++-v3/testsuite/util/testsuite_allocator.cc
Loading
Please register or sign in to comment