Luiz Rafael Culik
4764b6815e
See changelog 2001-08-06 20:30 GMT -3
2001-08-06 23:24:43 +00:00
Dave Pearson
12a2c7389d
2001-08-03 13:23 GMT Dave Pearson <davep@davep.org>
...
* source/rtl/profiler.prg
+ Added HB_Profile::ignoreSymbol().
* Changed HB_Profile::gather() to use HB_Profile::ignoreSymbol() to
decide if a symbol should be ignored. This will let developers
modify what is and isn't ignored by subclassing HB_Profile and
implementing their own version of HB_Profile::ignoreSymbol().
2001-08-03 13:30:01 +00:00
Dave Pearson
8d367335b9
2001-07-30 14:54 GMT Dave Pearson <davep@davep.org>
...
* source/rtl/profiler.prg
* Restored the OO based profile reporter.
2001-07-30 14:56:31 +00:00
Chen Kedem
c612cb8e06
2001-07-30 16:40 UTC+0300 Chen Kedem <niki@actcom.co.il>
...
(add missing CR+LF at the end of file)
2001-07-30 13:49:28 +00:00
Chen Kedem
5f815f245d
2001-07-30 16:40 UTC+0300 Chen Kedem <niki@actcom.co.il>
2001-07-30 13:46:12 +00:00
David G. Holm
054e74dcb7
See ChangeLog entry 2001-07-26 14:35 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2001-07-26 18:35:44 +00:00
Dave Pearson
01e31ce130
2001-07-26 14:30 GMT Dave Pearson <davep@davep.org>
...
* source/rtl/profiler.prg
* Resorted Antonio's profile reporter due to copyright concerns.
2001-07-26 14:32:44 +00:00
Viktor Szakats
2018498c23
2001-07-23 21:29 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>
2001-07-23 19:32:50 +00:00
Dave Pearson
ba0478158a
2001-07-23 18:24 GMT Dave Pearson <davep@davep.org>
...
* source/rtl/profiler.prg
* Access method `nSeconds' in class HB_ProfileEntity now used
HB_CLOCKS2SECS to calculate seconds.
2001-07-23 18:27:35 +00:00
Dave Pearson
6527471cc0
2001-07-23 18:15 GMT Dave Pearson <davep@davep.org>
...
* source/rtl/seconds.c
* Renamed CLOCKS2SECS() to HB_CLOCKS2SECS().
2001-07-23 18:18:09 +00:00
Dave Pearson
a3491da45e
2001-07-23 17:37 GMT Dave Pearson <davep@davep.org>
...
* source/rtl/profiler.prg
* Replace old profile reporting code with an OO approach.
2001-07-23 17:41:41 +00:00
Luiz Rafael Culik
a2e20a2882
See changelog 2001-07-22 18:25 GMT -3
2001-07-22 21:26:20 +00:00
Luiz Rafael Culik
1b1bc0135c
See changelog 2001-07-22 18:00 GMT -3
2001-07-22 21:11:12 +00:00
Luiz Rafael Culik
c6a41da2c6
See changelog 2001-07-22 08:40 GMT -3
2001-07-22 11:37:49 +00:00
Ryszard Glab
4f4a73e9f9
ChangeLog 2001-07-21 16:15 UTC+0100
2001-07-21 15:25:12 +00:00
Luiz Rafael Culik
18b756122d
See changelog 2001-07-21 09:15 GMT -3
2001-07-21 12:14:07 +00:00
Luiz Rafael Culik
1867ce0fa5
See changelog 2001-07-20 20:00 GMT -3
2001-07-20 22:45:46 +00:00
Martin Vogel
7ff137b5c8
2001-07-20 15:10 GMT+2 Martin Vogel <vogel@inttec.de>
2001-07-20 13:04:40 +00:00
Martin Vogel
ad9e413e24
2001-07-20 13:10 GMT+2 Martin Vopgel <vogel@inttec.de>
2001-07-20 11:14:33 +00:00
Alexander S.Kresin
0f765fb8fb
2001-07-20 13:35 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
2001-07-20 09:35:01 +00:00
Alexander S.Kresin
fea0787cd7
2001-07-19 12:40 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
2001-07-19 08:37:30 +00:00
Antonio Linares
514d744c40
Added Clocks2Secs() function
2001-07-18 10:16:59 +00:00
Antonio Linares
967f0e4401
removed Patrick's copyright
2001-07-18 09:54:52 +00:00
Maurilio Longo
bd80e8d997
2001-07-18 09:06 GMT+2 Maurilio Longo <maurilio.longo@libero.it>
...
* source/rtl/tbrowse.prg
+ activated scoping
* include/hbapierr.h
include/hbapiitm.h
include/hbvm.h
source/rtl/errorapi.c
source/vm/hvm.c
source/vm/itemapi.c
! fixed va_start() use or, better, changed it to be compatible with OS/2 EMX GCC
compiler which REQUIRES that va_start() calls use a type which cannot be promoted
to something bigger. That is, this call is correct:
va_start(valist, ulUnsignedLongType)
while this one is not:
va_start(valist, usUnsignedShortType)
Using a type which can be promoted to a bigger one leads to memory corruption.
I think this requirement could exist even on other ANSI C compilers.
! Removed workaround inside hb_itemDo() and hb_itemDoC() to prevent this corruption.
2001-07-18 07:21:03 +00:00
Martin Vogel
354a417174
2001-07-17 20:00 MEST Martin Vogel <vogel@inttec.de>
2001-07-17 17:47:34 +00:00
Patrick Mast
efc6887efe
2001-07-16 15:19 GMT+1 Patrick Mast <harbour@PatrickMast.com>
...
* source/rtl/profiler.prg
* Renamed function from Profiler() to HB_Profiler()
2001-07-16 13:21:37 +00:00
Patrick Mast
0ef3ee0a23
2001-07-16 13:00 GMT+1 Patrick Mast <harbour@PatrickMast.com>
...
* source/rtl/profiler.prg
- Removed <lOnlyUsed> parameter
+ Added <cFile> parameter.
+ Added <lAll> parameter
+ Added Cunsumed time in seconds
* Replaced MemoWrit() function with more controllable f* functions
+ profiler() returns a array with profiler info
Profiler()
=> Writes NO info to file, returns Array of profiler info.
Array only contains USED functions/classes.
Profiler(,.t.)
=> Writes NO info to file, returns Array of profiler info.
Array only contains ALL functions/classes.
Profiler("profiler.txt")
=> Writes profiler info to <profiler.txt> and returns Array of
profiler info. Array only contains USED functions/classes.
Profiler("profiler.txt", .t.)
=> Writes ALL profiler info to <profiler.txt> and returns Array of
profiler info. Array contains ALL functions/classes.
2001-07-16 12:16:32 +00:00
Martin Vogel
d3fa759ecd
2001-07-15 20:15 MEST Martin Vogel <vogel@inttec.de>
2001-07-15 18:19:40 +00:00
Patrick Mast
c682c4918e
2001-07-15 16:23 GMT+1 Patrick Mast <harbour@PatrickMast.com>
...
* source/rtl/profiler.prg
+ Added the <lOnlyUsed> parameter. If profiler is used like
this Profiler(.t.), the profiler.txt will only be filled
with used classes and/or functions.
2001-07-15 14:26:00 +00:00
Alexander S.Kresin
1d1e9f207c
2001-07-14 18:55 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
2001-07-14 14:54:46 +00:00
David G. Holm
8363cacb24
See ChangeLog entry 2001-07-13 19:45 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2001-07-13 23:50:52 +00:00
David G. Holm
a5b32fc15b
See ChangeLog entry 2001-07-10 12:30 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2001-07-10 16:35:53 +00:00
Maurilio Longo
2c1b30687b
2001-07-10 10:40 GMT+2 Maurilio Longo <maurilio.longo@libero.it>
...
* source/rtl/browse.prg
! fixed status line display
* contrib/mysql/mysql.c
! mysql_field_count() is not available before version 3.22 of mysql
2001-07-10 08:42:50 +00:00
Ignacio Ortiz de Zuniga
1ba39e4215
Tab expand fixed bug
2001-07-06 09:37:56 +00:00
Brian Hays
5a4db4322a
2001-06-21 11:19 UTC-0800 Brian Hays <bhays@abacuslaw.com>
2001-07-05 20:22:12 +00:00
Viktor Szakats
a3d23ec650
2001-07-02 23:42 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>
2001-07-02 21:45:19 +00:00
Antonio Linares
783f71945f
$id added
2001-06-30 12:32:52 +00:00
Antonio Linares
21e04bc13c
Added support for functions and procedures
2001-06-30 08:33:17 +00:00
David G. Holm
8ffc18801e
See ChangeLog entry 2001-06-29 18:40 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2001-06-29 22:45:33 +00:00
Antonio Linares
32ca00ef78
*** empty log message ***
2001-06-29 14:36:07 +00:00
Brian Hays
b4615def8e
2001-06-21 11:19 UTC-0800 Brian Hays <bhays@abacuslaw.com>
2001-06-22 06:13:35 +00:00
David G. Holm
d5220415d2
See ChangeLog entry 2001-06-21 14:45 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2001-06-21 18:49:58 +00:00
Alexander S.Kresin
91b0d981c3
2001-06-21 10:25 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
2001-06-21 06:25:53 +00:00
David G. Holm
a13ea3a883
See ChangeLog entry 2001-06-20 14:50 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2001-06-20 18:55:21 +00:00
David G. Holm
d79ae26158
See ChangeLog entry 2001-06-20 12:30 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2001-06-20 16:39:02 +00:00
David G. Holm
403285712b
See ChangeLog entry 2001-06-19 14:50 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2001-06-19 18:53:58 +00:00
David G. Holm
ddbe224275
See ChangeLog entry 2001-06-18 14:35 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2001-06-18 18:41:11 +00:00
David G. Holm
035115e687
See ChangeLog entry 2001-06-18 14:10 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2001-06-18 18:12:00 +00:00
David G. Holm
8e0be3617b
See ChangeLog entry 2001-06-15 14:45 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2001-06-15 18:47:55 +00:00
David G. Holm
7dda61c6e2
See ChangeLog entry 2001-06-15 13:55 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2001-06-15 17:59:21 +00:00