|
From: Matthieu C. <ma...@us...> - 2005-07-29 14:32:38
|
Update of /cvsroot/nptltracetool/web In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9731 Modified Files: index.php Log Message: doc Index: index.php =================================================================== RCS file: /cvsroot/nptltracetool/web/index.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- index.php 22 Jun 2005 08:51:43 -0000 1.3 +++ index.php 29 Jul 2005 14:32:30 -0000 1.4 @@ -35,14 +35,14 @@ per process or one file per thread. <li>Trace filtering : it is possible to filter the trace on various criteria such as event name, object name, kind of object or pid. + <li>Log levels : it is possible to switch dynamically from a light trace to a richer or full trace. + <li>Large volume of traces : the tool handles large trace files (more than 16 Go). + <li>Continuous recording : the tool can keep only the last traces of the execution. </ul> </p> <p> Following features are under development and will soon be available : <ul> - <li>Log levels : it will be possible to switch dynamically from a light trace to a richer or full trace. - <li>Large volume of traces : the tool will handle large trace files (more than 16 Go). - <li>Continuous recording : the tool will be able to keep only the last traces of the execution. <li>NPTL routines coverage : only the 15 most important routines have been instrumented yet. </ul> </p> |