X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=libstdc%2B%2B-v3%2FChangeLog;h=2c7df3300b93cb91c4fff83de9cb9800dbdced8d;hp=ac0426e9f80ac1bfd166d3bc491393fd867a8572;hb=ef8b25b2c9d4e42bfb75288235abd0c47c704837;hpb=807be5b4953a6307c98b5318fa0f163ac9bb78cf diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index ac0426e9f80..2c7df3300b9 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,25 @@ +2003-06-18 Benjamin Kosnik + + * 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. + 2003-06-18 Paolo Carlini Benjamin Kosnik