OSDN Git Service

2004-01-30 Paolo Carlini <pcarlini@suse.de>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 30 Jan 2004 17:06:42 +0000 (17:06 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 30 Jan 2004 17:06:42 +0000 (17:06 +0000)
Reshuffle performance testsuite.
* testsuite/performance/allocator.cc, allocator_map_thread.cc,
allocator_thread.cc, complex_norm.cc, container_benchmark.cc,
cout_insert_int.cc, filebuf_copy.cc, filebuf_sputc.cc,
fstream_seek_write.cc, ifstream_extract_float.cc,
ifstream_extract_int.cc, ifstream_getline.cc, is_wchar_t.cc,
list_create_fill_sort.cc, map_create_fill.cc,
narrow_widen_char.cc, narrow_widen_wchar_t.cc,
ofstream_insert_float.cc, ofstream_insert_int.cc,
string_append.cc, wchar_t_in.cc, wchar_t_length.cc,
wchar_t_out.cc: Split into...
* testsuite/performance/20_util/allocator.cc: New.
* testsuite/performance/20_util/allocator_map_thread.cc: New.
* testsuite/performance/20_util/allocator_thread.cc: New.
* testsuite/performance/21_strings/string_append: New.
* testsuite/performance/22_locale/is_wchar_t.cc: New.
* testsuite/performance/22_locale/narrow_widen_char.cc: New.
* testsuite/performance/22_locale/narrow_widen_wchar_t.cc: New.
* testsuite/performance/22_locale/wchar_t_in.cc: New.
* testsuite/performance/22_locale/wchar_t_length.cc: New.
* testsuite/performance/22_locale/wchar_t_out.cc: New.
* testsuite/performance/23_containers/container_benchmark.cc: New.
* testsuite/performance/23_containers/list_create_fill_sort.cc: New.
* testsuite/performance/23_containers/map_create_fill.cc: New.
* testsuite/performance/26_numerics/complex_norm.cc: New.
* testsuite/performance/27_io/cout_insert_int.cc: New.
* testsuite/performance/27_io/filebuf_copy.cc: New.
* testsuite/performance/27_io/filebuf_sputc.cc: New.
* testsuite/performance/27_io/fstream_seek_write.cc: New.
* testsuite/performance/27_io/ifstream_extract_float.cc: New.
* testsuite/performance/27_io/ifstream_extract_int.cc: New.
* testsuite/performance/27_io/ifstream_getline.cc: New.
* testsuite/performance/27_io/ofstream_insert_float.cc: New.
* testsuite/performance/27_io/ofstream_insert_int.cc: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76974 138bc75d-0d04-0410-961f-82ee72b054a4

24 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/performance/20_util/allocator.cc [moved from libstdc++-v3/testsuite/performance/allocator.cc with 100% similarity]
libstdc++-v3/testsuite/performance/20_util/allocator_map_thread.cc [moved from libstdc++-v3/testsuite/performance/allocator_map_thread.cc with 100% similarity]
libstdc++-v3/testsuite/performance/20_util/allocator_thread.cc [moved from libstdc++-v3/testsuite/performance/allocator_thread.cc with 100% similarity]
libstdc++-v3/testsuite/performance/21_strings/string_append.cc [moved from libstdc++-v3/testsuite/performance/string_append.cc with 100% similarity]
libstdc++-v3/testsuite/performance/22_locale/is_wchar_t.cc [moved from libstdc++-v3/testsuite/performance/is_wchar_t.cc with 100% similarity]
libstdc++-v3/testsuite/performance/22_locale/narrow_widen_char.cc [moved from libstdc++-v3/testsuite/performance/narrow_widen_char.cc with 100% similarity]
libstdc++-v3/testsuite/performance/22_locale/narrow_widen_wchar_t.cc [moved from libstdc++-v3/testsuite/performance/narrow_widen_wchar_t.cc with 100% similarity]
libstdc++-v3/testsuite/performance/22_locale/wchar_t_in.cc [moved from libstdc++-v3/testsuite/performance/wchar_t_in.cc with 100% similarity]
libstdc++-v3/testsuite/performance/22_locale/wchar_t_length.cc [moved from libstdc++-v3/testsuite/performance/wchar_t_length.cc with 100% similarity]
libstdc++-v3/testsuite/performance/22_locale/wchar_t_out.cc [moved from libstdc++-v3/testsuite/performance/wchar_t_out.cc with 100% similarity]
libstdc++-v3/testsuite/performance/23_containers/container_benchmark.cc [moved from libstdc++-v3/testsuite/performance/container_benchmark.cc with 100% similarity]
libstdc++-v3/testsuite/performance/23_containers/list_create_fill_sort.cc [moved from libstdc++-v3/testsuite/performance/list_create_fill_sort.cc with 100% similarity]
libstdc++-v3/testsuite/performance/23_containers/map_create_fill.cc [moved from libstdc++-v3/testsuite/performance/map_create_fill.cc with 100% similarity]
libstdc++-v3/testsuite/performance/26_numerics/complex_norm.cc [moved from libstdc++-v3/testsuite/performance/complex_norm.cc with 100% similarity]
libstdc++-v3/testsuite/performance/27_io/cout_insert_int.cc [moved from libstdc++-v3/testsuite/performance/cout_insert_int.cc with 100% similarity]
libstdc++-v3/testsuite/performance/27_io/filebuf_copy.cc [moved from libstdc++-v3/testsuite/performance/filebuf_copy.cc with 100% similarity]
libstdc++-v3/testsuite/performance/27_io/filebuf_sputc.cc [moved from libstdc++-v3/testsuite/performance/filebuf_sputc.cc with 100% similarity]
libstdc++-v3/testsuite/performance/27_io/fstream_seek_write.cc [moved from libstdc++-v3/testsuite/performance/fstream_seek_write.cc with 100% similarity]
libstdc++-v3/testsuite/performance/27_io/ifstream_extract_float.cc [moved from libstdc++-v3/testsuite/performance/ifstream_extract_float.cc with 100% similarity]
libstdc++-v3/testsuite/performance/27_io/ifstream_extract_int.cc [moved from libstdc++-v3/testsuite/performance/ifstream_extract_int.cc with 100% similarity]
libstdc++-v3/testsuite/performance/27_io/ifstream_getline.cc [moved from libstdc++-v3/testsuite/performance/ifstream_getline.cc with 100% similarity]
libstdc++-v3/testsuite/performance/27_io/ofstream_insert_float.cc [moved from libstdc++-v3/testsuite/performance/ofstream_insert_float.cc with 100% similarity]
libstdc++-v3/testsuite/performance/27_io/ofstream_insert_int.cc [moved from libstdc++-v3/testsuite/performance/ofstream_insert_int.cc with 100% similarity]

index 0273958..b0d610f 100644 (file)
@@ -1,5 +1,42 @@
 2004-01-30  Paolo Carlini  <pcarlini@suse.de>
 
+       Reshuffle performance testsuite.
+       * testsuite/performance/allocator.cc, allocator_map_thread.cc,
+       allocator_thread.cc, complex_norm.cc, container_benchmark.cc,
+       cout_insert_int.cc, filebuf_copy.cc, filebuf_sputc.cc,
+       fstream_seek_write.cc, ifstream_extract_float.cc,
+       ifstream_extract_int.cc, ifstream_getline.cc, is_wchar_t.cc,
+       list_create_fill_sort.cc, map_create_fill.cc,
+       narrow_widen_char.cc, narrow_widen_wchar_t.cc,
+       ofstream_insert_float.cc, ofstream_insert_int.cc,
+       string_append.cc, wchar_t_in.cc, wchar_t_length.cc,
+       wchar_t_out.cc: Split into...
+       * testsuite/performance/20_util/allocator.cc: New.
+       * testsuite/performance/20_util/allocator_map_thread.cc: New.
+       * testsuite/performance/20_util/allocator_thread.cc: New.
+       * testsuite/performance/21_strings/string_append: New.
+       * testsuite/performance/22_locale/is_wchar_t.cc: New.
+       * testsuite/performance/22_locale/narrow_widen_char.cc: New.
+       * testsuite/performance/22_locale/narrow_widen_wchar_t.cc: New.
+       * testsuite/performance/22_locale/wchar_t_in.cc: New.
+       * testsuite/performance/22_locale/wchar_t_length.cc: New.
+       * testsuite/performance/22_locale/wchar_t_out.cc: New.
+       * testsuite/performance/23_containers/container_benchmark.cc: New.
+       * testsuite/performance/23_containers/list_create_fill_sort.cc: New.
+       * testsuite/performance/23_containers/map_create_fill.cc: New.
+       * testsuite/performance/26_numerics/complex_norm.cc: New.
+       * testsuite/performance/27_io/cout_insert_int.cc: New.
+       * testsuite/performance/27_io/filebuf_copy.cc: New.
+       * testsuite/performance/27_io/filebuf_sputc.cc: New.
+       * testsuite/performance/27_io/fstream_seek_write.cc: New.
+       * testsuite/performance/27_io/ifstream_extract_float.cc: New.
+       * testsuite/performance/27_io/ifstream_extract_int.cc: New.
+       * testsuite/performance/27_io/ifstream_getline.cc: New.
+       * testsuite/performance/27_io/ofstream_insert_float.cc: New.
+       * testsuite/performance/27_io/ofstream_insert_int.cc: New.
+
+2004-01-30  Paolo Carlini  <pcarlini@suse.de>
+
        * include/bits/basic_string.tcc (_Rep::_S_create):
        Never allocate a string bigger than max_size(); always keep
        __capacity and __size in sync to avoid memory leaks at