From: Gonzalo A. <ga...@us...> - 2007-03-08 17:41:14
|
Update of /cvsroot/mod-c/ehtml/include In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv6763/include Modified Files: Profiling.h Log Message: Documented profile_stubs. Index: Profiling.h =================================================================== RCS file: /cvsroot/mod-c/ehtml/include/Profiling.h,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Profiling.h 12 Oct 2006 21:10:36 -0000 1.10 --- Profiling.h 8 Mar 2007 17:41:10 -0000 1.11 *************** *** 143,146 **** --- 143,153 ---- */ EXTERNC void profile_tick(void** cbdata, struct runspec* spec); + + /** + * Number of profile entries. + * + * @return the number of profile entries. + * + */ EXTERNC unsigned long profile_stubs(); |