summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/testsuite/performance
Commit message (Collapse)AuthorAgeFilesLines
...
* 2003-07-04 Paolo Carlini <pcarlini@unitus.it>paolo2003-07-041-130/+0
| | | | | | | Revert the fix for libstdc++/11378. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68922 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-07-04 Paolo Carlini <pcarlini@unitus.it>paolo2003-07-041-0/+130
| | | | | | | | | | PR libstdc++/11378 * include/std/std_fstream.h (xsputn): In the unbuffered case, provided always_noconv(), issue directly _M_file.xsputn. * testsuite/performance/filebuf_unbuf_sputn.cc: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68921 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-26 Nathan C. Myers <ncm-nospam@cantrip.org>paolo2003-06-261-0/+75
| | | | | | | | | | Paolo Carlini <pcarlini@unitus.it> * testsuite/performance/filebuf_copy.cc: New, testing char by char file copy. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68538 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-23 Benjamin Kosnik <bkoz@redhat.com>bkoz2003-06-231-4/+14
| | | | | | | | | * docs/html/17_intro/libstdc++-assign.txt: Update address. * testsuite/performance/ifstream_getline.cc: Fix. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68382 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-06-18 Benjamin Kosnik <bkoz@redhat.com>bkoz2003-06-1910-44/+382
| | | | | | | | | | | | | | | | | | | | | | | | | * 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
* 2003-05-20 Benjamin Kosnik <bkoz@redhat.com>bkoz2003-05-209-0/+431
* testsuite/README: Move to... * docs/html/test.html: ...here. Add documentation. * docs/html/install.html: Move testing bits out.. * docs/html/documentation.html: Add separate testing link. * testsuite/performance: Add. * testsuite/performance/allocator.cc: New. * testsuite/performance/complex_norm.cc: New. * testsuite/performance/cout_insert_int.cc: New. * testsuite/performance/fstream_seek_write.cc: New. * testsuite/performance/ifstream_getline.cc: New. * testsuite/performance/map_create_fill.cc: New. * testsuite/performance/ofstream_insert_float.cc: New. * testsuite/performance/ofstream_insert_int.cc: New. * testsuite/performance/string_append.cc: New. * testsuite/lib/libstdc++-v3-dg.exp (v3-compute-tests): Filter performance tests. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67040 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud