*** empty log message ***
This commit is contained in:
15
harbour/tests/testprof.prg
Normal file
15
harbour/tests/testprof.prg
Normal file
@@ -0,0 +1,15 @@
|
||||
// Testing the Harbour profiler
|
||||
|
||||
function Main()
|
||||
|
||||
local oGet := GetNew()
|
||||
local oBrw := TBrowseNew()
|
||||
local n
|
||||
|
||||
for n = 1 to 20000
|
||||
oGet:row = 10
|
||||
next
|
||||
|
||||
Profiler() // look for a generated profiler.txt file on your disk
|
||||
|
||||
return nil
|
||||
Reference in New Issue
Block a user