From faa98bf0c452703e2ed5594e9522248c184c7003 Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Sat, 30 Jun 2001 08:35:24 +0000 Subject: [PATCH] 2001-06-30 10:30 GMT+1 --- harbour/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index d875ea14b6..4ac42253cf 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,17 @@ +2001-06-30 10:30 GMT+1 Antonio Linares + * source/vm/dynsym.c + + New profiler support functions added + __DYNSISFUN( nDynSIndex ) --> .t. | .f. + returns .t. if a dynamic symbol has a function/procedure pointer, + given its dynamic symbol index. + + __DYNSGETPRF( nDynSIndex ) --> { nTimes, nTime } + returns an array with a function or procedure + called and consumed times, given its dynamic symbol index. + + * source/rtl/profiler.prg + + Added support for functions and procedures. + 2001-06-30 09:40 GMT+1 Antonio Linares * source/vm/hvm.c + Added profiler support for functions and procedures