[comp.lang.c++.moderated] Container Performance
Benjamin Kosnik
bkoz@redhat.com
Mon Jun 2 18:16:00 GMT 2003
>Would it be possible to first factor out the timing objects into their own
>classes and put the into testsuite_hooks.h (the answer is yes, the real
>question is whether the original authors would consent or do we need to write
>our own test with similar functionality and our own copyright)?
>
>Some basic timing infrastructure would be the first step to a fuller
>performance testing suite.
IMHO the timing bits in bench++ are similar, but better. I think bench++
has the right idea for measuring performance.
But yes, this kind of thing needs to get done, and should be put into
testsuite_hooks or something.
Regarding adding this, I think somebody should ask Bjarne (Gaby, can you
do this?) It can get checked in as-is if he consents. If it's to be
copyright FSF he'll need to do an assignment. My thought would be to
just check it in as, is, without license or copyright info so we don't
have to deal.
-benjamin
More information about the Libstdc++
mailing list