OSDN Git Service

2003-06-18 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 19 Jun 2003 04:00:59 +0000 (04:00 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 19 Jun 2003 04:00:59 +0000 (04:00 +0000)
commitef8b25b2c9d4e42bfb75288235abd0c47c704837
tree5fb5e827f14d1e3b023cb8539f22b20c7c5bf70c
parent807be5b4953a6307c98b5318fa0f163ac9bb78cf
2003-06-18  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/testsuite_performance.h (time_counter): New.
(resource_counter): New.
(report_performance): New.
(start_counters): New.
(stop_counters): New.
(clear_counters): New.
* testsuite/performance/allocator.cc: Instrument.
* testsuite/performance/cout_insert_int.cc: Same.
* testsuite/performance/complex_norm.cc: Same.
* testsuite/performance/filebuf_sputc.cc: New.
* testsuite/performance/fstream_seek_write.cc: Same.
* testsuite/performance/ifstream_getline.cc: Same.
* testsuite/performance/map_create_fill.cc: Same.
* testsuite/performance/ofstream_insert_float.cc: Same.
* testsuite/performance/ofstream_insert_int.cc: Same.
* testsuite/performance/string_append.cc: Convert.
* scripts/check_performance: New.
* testsuite/Makefile.am (check-performance): New.
(CLEANFILES): Add.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68175 138bc75d-0d04-0410-961f-82ee72b054a4
15 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/scripts/check_performance [new file with mode: 0755]
libstdc++-v3/testsuite/Makefile.am
libstdc++-v3/testsuite/Makefile.in
libstdc++-v3/testsuite/performance/allocator.cc
libstdc++-v3/testsuite/performance/complex_norm.cc
libstdc++-v3/testsuite/performance/cout_insert_int.cc
libstdc++-v3/testsuite/performance/filebuf_sputc.cc [new file with mode: 0644]
libstdc++-v3/testsuite/performance/fstream_seek_write.cc
libstdc++-v3/testsuite/performance/ifstream_getline.cc
libstdc++-v3/testsuite/performance/map_create_fill.cc
libstdc++-v3/testsuite/performance/ofstream_insert_float.cc
libstdc++-v3/testsuite/performance/ofstream_insert_int.cc
libstdc++-v3/testsuite/performance/string_append.cc
libstdc++-v3/testsuite/testsuite_performance.h [new file with mode: 0644]