This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [comp.lang.c++.moderated] Container Performance


>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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]