[libimdb-commit] CVS: libimdb TODO,1.4,1.5
Status: Pre-Alpha
Brought to you by:
jveldhuis
|
From: Jerry V. <jve...@us...> - 2003-08-28 15:25:04
|
Update of /cvsroot/libimdb/libimdb
In directory sc8-pr-cvs1:/tmp/cvs-serv20497
Modified Files:
TODO
Log Message:
a flurry of documentation done
Index: TODO
===================================================================
RCS file: /cvsroot/libimdb/libimdb/TODO,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** TODO 21 Aug 2003 22:42:09 -0000 1.4
--- TODO 28 Aug 2003 15:25:00 -0000 1.5
***************
*** 11,15 ****
- how easy is it to nuke sysincludes.h ?
- jlog - put in mpatrol entry points to control on/off jlog
- - add MPATROL to README for soft requirements
- add doc target and produce doxygen api docs
- add doc_install target to copy to ../web
--- 11,14 ----
***************
*** 75,84 ****
dotty /tmp/mem.dot
# how do we use mpatrol with --fail-seed and --fail-freq to do memory
! # resource recovery code checks ? Need coverage analysis tools for starters.
! # (see Profiling below)
Profiling and Coverage analysis
! - add option for producing profiling output (add -pg to CFLAGS) see gcc man page
! and gcov - go look at bb.it perl script (I have elsewhere)
libjlog
--- 74,83 ----
dotty /tmp/mem.dot
# how do we use mpatrol with --fail-seed and --fail-freq to do memory
! # resource recovery code checks ? Need coverage analysis tools for
! # starters. (see Profiling below)
Profiling and Coverage analysis
! - add option for producing profiling output (add -pg to CFLAGS) see gcc
! man page and gcov - go look at bb.it perl script (I have elsewhere)
libjlog
|