|
From: <bla...@gm...> - 2005-07-05 10:01:14
|
My apologies for the previous mail, i realized it was not so clear. I'll explain me better: The goals of the EfficiencyTest project is to build a Efficiency Test framework for C++ using valgrind as backend. The project would allow to keep historical track of the execution times of pieces of code organized alla CppUnit (http://cppunit.sourceforge.net/). Currently I implemented some python scripts to extract the execution times of each test from the callgrind output. Now i am about to import the extracted data into an historical database. The information will be accessible thru a web based interface. I Submited the project in sourforge, however it isn't still accessible. I've created a tarball here: http://mtg182.upf.es/~rafa In this direction I submit all the project new versions Any comments will be nice. |