Discussion:
Coverage profiler
m***@mbsoftwaresolutions.com
2018-07-05 14:24:15 UTC
Permalink
VFP9SP2 on Win7Pro PC

I want to see how long it's taking some code to run. Beyond
self-created start/stop variables, I thought "why not use the coverage
profiler?" MANY years ago, I recall there was some sort of alternative
cool tool to the native Coverage Profiler but I can't recall the
specifics. Markus Egger comes to mind. I did a search of the ProFox
archives for "coverage profile" but found nothing across the entire
archive (https://www.screencast.com/t/FF8gEjeK5DeP). I found this in
the ProFox downloads area but I haven't used that before (yet):
http://leafe.com/download/cvp_1.18.0000_9_20090211.zip. I found this
link when searching for Markus Egger Coverage Profiler
(http://www.scrigroup.com/calculatoare/tutorials/434/The-Coverage-Profiler33512.php)
but the reference at the end to http://www.eps-software.com/ is a
fruitless end as I can't seem to search that site; it just asks you
which CoDE site you want to visit.

Do any of you have Markus' old CP Analyzer tool or what's your
recommendation for analyzing code performance in your VFP code?

tia,
--Mike

_______________________________________________
Post Messages to: ***@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/***@mbsoftwaresolutions.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
Peter Cushing
2018-07-05 14:35:07 UTC
Permalink
Post by m***@mbsoftwaresolutions.com
VFP9SP2 on Win7Pro PC
I want to see how long it's taking some code to run.  Beyond
self-created start/stop variables, I thought "why not use the coverage
profiler?"  MANY years ago, I recall there was some sort of
alternative cool tool to the native Coverage Profiler but I can't
recall the specifics.  Markus Egger comes to mind.  I did a search of
the ProFox archives for "coverage profile" but found nothing across
the entire archive (https://www.screencast.com/t/FF8gEjeK5DeP).  I
found this in the ProFox downloads area but I haven't used that before
(yet): http://leafe.com/download/cvp_1.18.0000_9_20090211.zip.  I
found this link when searching for Markus Egger Coverage Profiler
(http://www.scrigroup.com/calculatoare/tutorials/434/The-Coverage-Profiler33512.php)
but the reference at the end to http://www.eps-software.com/ is a
fruitless end as I can't seem to search that site; it just asks you
which CoDE site you want to visit.
Do any of you have Markus' old CP Analyzer tool or what's your
recommendation for analyzing code performance in your VFP code?
I don't do that much performance checking but when I do I just use the
standard coverage profiler.  A bit clunky but you can find out what you
need.

Thanks,

Peter

This communication is intended for the person or organisation to whom it is addressed. The contents are confidential and may be protected in law. Unauthorised use, copying or disclosure of any of it may be unlawful. If you have received this message in error, please notify us immediately by telephone or email.

www.whisperingsmith.com

Whispering Smith Ltd Head Office:61 Great Ducie Street, Manchester M3 1RR.
Tel:0161 831 3700
Fax:0161 831 3715

London Office: 101 St. Martin's Lane,London, WC2N 4AZ Tel:0207 299 7960




_______________________________________________
Post Messages to: ***@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/8e074a20-a0ae-3966-fd94-***@whisperingsmith.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too s
Frank Cazabon
2018-07-05 14:49:31 UTC
Permalink
The only thing I can think of is CVP. I have version 1.19.18 and it was
written by Martina Jindrová. Can't remember where I downloaded it from
but maybe Level extreme (formerly Universal Thread) or Foxite.

Frank.

Frank Cazabon
Post by m***@mbsoftwaresolutions.com
VFP9SP2 on Win7Pro PC
I want to see how long it's taking some code to run.  Beyond
self-created start/stop variables, I thought "why not use the coverage
profiler?"  MANY years ago, I recall there was some sort of
alternative cool tool to the native Coverage Profiler but I can't
recall the specifics.  Markus Egger comes to mind.  I did a search of
the ProFox archives for "coverage profile" but found nothing across
the entire archive (https://www.screencast.com/t/FF8gEjeK5DeP).  I
found this in the ProFox downloads area but I haven't used that before
(yet): http://leafe.com/download/cvp_1.18.0000_9_20090211.zip.  I
found this link when searching for Markus Egger Coverage Profiler
(http://www.scrigroup.com/calculatoare/tutorials/434/The-Coverage-Profiler33512.php)
but the reference at the end to http://www.eps-software.com/ is a
fruitless end as I can't seem to search that site; it just asks you
which CoDE site you want to visit.
Do any of you have Markus' old CP Analyzer tool or what's your
recommendation for analyzing code performance in your VFP code?
tia,
--Mike
[excessive quoting removed by server]

_______________________________________________
Post Messages to: ***@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/47880e8c-d3a1-3d6f-2405-***@gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the
m***@mbsoftwaresolutions.com
2018-07-05 15:08:31 UTC
Permalink
I found Markus' add-in in an old dev folder. It's called MaxCov.app. I
tried uploading it to the ProFox downloads site but got the following
error:

400 Bad Request
The server could not comply with the request since it is either
malformed or otherwise incorrect.

No file specified


I selected the file via the button so I know it's there.

Ed -- problem behind the scenes with the file uploader???

--Mike
Post by Frank Cazabon
The only thing I can think of is CVP. I have version 1.19.18 and it
was written by Martina Jindrová. Can't remember where I downloaded it
from but maybe Level extreme (formerly Universal Thread) or Foxite.
Frank.
Frank Cazabon
Post by m***@mbsoftwaresolutions.com
VFP9SP2 on Win7Pro PC
I want to see how long it's taking some code to run.  Beyond
self-created start/stop variables, I thought "why not use the coverage
profiler?"  MANY years ago, I recall there was some sort of
alternative cool tool to the native Coverage Profiler but I can't
recall the specifics.  Markus Egger comes to mind.  I did a search of
the ProFox archives for "coverage profile" but found nothing across
the entire archive (https://www.screencast.com/t/FF8gEjeK5DeP).  I
found this in the ProFox downloads area but I haven't used that before
(yet): http://leafe.com/download/cvp_1.18.0000_9_20090211.zip.  I
found this link when searching for Markus Egger Coverage Profiler
(http://www.scrigroup.com/calculatoare/tutorials/434/The-Coverage-Profiler33512.php)
but the reference at the end to http://www.eps-software.com/ is a
fruitless end as I can't seem to search that site; it just asks you
which CoDE site you want to visit.
Do any of you have Markus' old CP Analyzer tool or what's your
recommendation for analyzing code performance in your VFP code?
tia,
--Mike
[excessive quoting removed by server]

_______________________________________________
Post Messages to: ***@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/***@mbsoftwaresolutions.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the
Fernando D. Bozzo
2018-07-05 17:36:17 UTC
Permalink
Hi,

Here is the link for CVP.EXE, it's an excellent tool I'd use many times:

http://gorila.netlab.cz/cvp.html

Regards.-
Post by m***@mbsoftwaresolutions.com
I found Markus' add-in in an old dev folder. It's called MaxCov.app. I
400 Bad Request
The server could not comply with the request since it is either malformed
or otherwise incorrect.
No file specified
I selected the file via the button so I know it's there.
Ed -- problem behind the scenes with the file uploader???
--Mike
Post by Frank Cazabon
The only thing I can think of is CVP. I have version 1.19.18 and it
was written by Martina Jindrová. Can't remember where I downloaded it
from but maybe Level extreme (formerly Universal Thread) or Foxite.
Frank.
Frank Cazabon
Post by m***@mbsoftwaresolutions.com
VFP9SP2 on Win7Pro PC
I want to see how long it's taking some code to run. Beyond
self-created start/stop variables, I thought "why not use the coverage
profiler?" MANY years ago, I recall there was some sort of alternative
cool tool to the native Coverage Profiler but I can't recall the
specifics. Markus Egger comes to mind. I did a search of the ProFox
archives for "coverage profile" but found nothing across the entire archive
(https://www.screencast.com/t/FF8gEjeK5DeP). I found this in the
http://leafe.com/download/cvp_1.18.0000_9_20090211.zip. I found this
link when searching for Markus Egger Coverage Profiler (
http://www.scrigroup.com/calculatoare/tutorials/434/The-
Coverage-Profiler33512.php) but the reference at the end to
http://www.eps-software.com/ is a fruitless end as I can't seem to
search that site; it just asks you which CoDE site you want to visit.
Do any of you have Markus' old CP Analyzer tool or what's your
recommendation for analyzing code performance in your VFP code?
tia,
--Mike
[excessive quoting removed by server]

_______________________________________________
Post Messages to: ***@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/CAGQ_Ju=B=Fhku3a5C0Q=***@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are to
Eric Selje
2018-07-09 16:16:41 UTC
Permalink
If anyone knows the developer, reach out and see if this can become a VFPx
Project for better discoverability.

E
Post by Jürgen Wondzinski
Hi,
http://gorila.netlab.cz/cvp.html
Regards.-
Post by m***@mbsoftwaresolutions.com
I found Markus' add-in in an old dev folder. It's called MaxCov.app. I
tried uploading it to the ProFox downloads site but got the following
400 Bad Request
The server could not comply with the request since it is either malformed
or otherwise incorrect.
No file specified
I selected the file via the button so I know it's there.
Ed -- problem behind the scenes with the file uploader???
--Mike
Post by Frank Cazabon
The only thing I can think of is CVP. I have version 1.19.18 and it
was written by Martina Jindrová. Can't remember where I downloaded it
from but maybe Level extreme (formerly Universal Thread) or Foxite.
Frank.
Frank Cazabon
Post by m***@mbsoftwaresolutions.com
VFP9SP2 on Win7Pro PC
I want to see how long it's taking some code to run. Beyond
self-created start/stop variables, I thought "why not use the coverage
profiler?" MANY years ago, I recall there was some sort of alternative
cool tool to the native Coverage Profiler but I can't recall the
specifics. Markus Egger comes to mind. I did a search of the ProFox
archives for "coverage profile" but found nothing across the entire
archive
Post by m***@mbsoftwaresolutions.com
Post by Frank Cazabon
Post by m***@mbsoftwaresolutions.com
(https://www.screencast.com/t/FF8gEjeK5DeP). I found this in the
http://leafe.com/download/cvp_1.18.0000_9_20090211.zip. I found this
link when searching for Markus Egger Coverage Profiler (
http://www.scrigroup.com/calculatoare/tutorials/434/The-
Coverage-Profiler33512.php) but the reference at the end to
http://www.eps-software.com/ is a fruitless end as I can't seem to
search that site; it just asks you which CoDE site you want to visit.
Do any of you have Markus' old CP Analyzer tool or what's your
recommendation for analyzing code performance in your VFP code?
tia,
--Mike
[excessive quoting removed by server]

_______________________________________________
Post Messages to: ***@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/CAAwxvU=K33VVKesD4oU+aqe9UiHqvRpfOW+***@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the o
Koen Piller
2018-07-09 16:46:27 UTC
Permalink
Eric,

I suppose

Home Page: http://gorila.netlab.cz
E-mail address: ***@egservis.cz Martina Jindrová
<https://www.foxite.com/members/default.aspx?id=8534b10a-6e29-45dc-b85c-d45352170dcc>

is the author.

She made indeed a marvolous class.
Regards,
Koen
Post by Eric Selje
If anyone knows the developer, reach out and see if this can become a VFPx
Project for better discoverability.
E
Post by Jürgen Wondzinski
Hi,
http://gorila.netlab.cz/cvp.html
Regards.-
Post by m***@mbsoftwaresolutions.com
I found Markus' add-in in an old dev folder. It's called MaxCov.app.
I
Post by Jürgen Wondzinski
Post by m***@mbsoftwaresolutions.com
tried uploading it to the ProFox downloads site but got the following
400 Bad Request
The server could not comply with the request since it is either
malformed
Post by Jürgen Wondzinski
Post by m***@mbsoftwaresolutions.com
or otherwise incorrect.
No file specified
I selected the file via the button so I know it's there.
Ed -- problem behind the scenes with the file uploader???
--Mike
Post by Frank Cazabon
The only thing I can think of is CVP. I have version 1.19.18 and it
was written by Martina Jindrová. Can't remember where I downloaded it
from but maybe Level extreme (formerly Universal Thread) or Foxite.
Frank.
Frank Cazabon
Post by m***@mbsoftwaresolutions.com
VFP9SP2 on Win7Pro PC
I want to see how long it's taking some code to run. Beyond
self-created start/stop variables, I thought "why not use the
coverage
Post by Jürgen Wondzinski
Post by m***@mbsoftwaresolutions.com
Post by Frank Cazabon
Post by m***@mbsoftwaresolutions.com
profiler?" MANY years ago, I recall there was some sort of
alternative
Post by Jürgen Wondzinski
Post by m***@mbsoftwaresolutions.com
Post by Frank Cazabon
Post by m***@mbsoftwaresolutions.com
cool tool to the native Coverage Profiler but I can't recall the
specifics. Markus Egger comes to mind. I did a search of the ProFox
archives for "coverage profile" but found nothing across the entire
archive
Post by m***@mbsoftwaresolutions.com
Post by Frank Cazabon
Post by m***@mbsoftwaresolutions.com
(https://www.screencast.com/t/FF8gEjeK5DeP). I found this in the
http://leafe.com/download/cvp_1.18.0000_9_20090211.zip. I found
this
Post by Jürgen Wondzinski
Post by m***@mbsoftwaresolutions.com
Post by Frank Cazabon
Post by m***@mbsoftwaresolutions.com
link when searching for Markus Egger Coverage Profiler (
http://www.scrigroup.com/calculatoare/tutorials/434/The-
Coverage-Profiler33512.php) but the reference at the end to
http://www.eps-software.com/ is a fruitless end as I can't seem to
search that site; it just asks you which CoDE site you want to visit.
Do any of you have Markus' old CP Analyzer tool or what's your
recommendation for analyzing code performance in your VFP code?
tia,
--Mike
[excessive quoting removed by server]

_______________________________________________
Post Messages to: ***@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/CACUu1SsYh-***@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who a
Jürgen Wondzinski
2018-07-09 17:18:15 UTC
Permalink
The developer is a SHE, and she's the driving force behind XFRX.
You can also find her on Foxite.

wOOdy


-----Ursprüngliche Nachricht-----
Von: ProFox <profox-***@leafe.com> Im Auftrag von Eric Selje
Gesendet: Montag, 9. Juli 2018 18:17
An: ProFox Email List <***@leafe.com>
Betreff: Re: Coverage profiler (DISREGARD...I FOUND IT -- MAXCOV.APP) (ED -- PROBLEM WITH FILE UPLOAD TO PROFOX DOWNLOADS PAGE)

If anyone knows the developer, reach out and see if this can become a VFPx
Project for better discoverability.

E
Post by Jürgen Wondzinski
Hi,
http://gorila.netlab.cz/cvp.html
Regards.-
Post by m***@mbsoftwaresolutions.com
I found Markus' add-in in an old dev folder. It's called MaxCov.app. I
tried uploading it to the ProFox downloads site but got the following
400 Bad Request
The server could not comply with the request since it is either malformed
or otherwise incorrect.
No file specified
I selected the file via the button so I know it's there.
Ed -- problem behind the scenes with the file uploader???
--Mike
Post by Frank Cazabon
The only thing I can think of is CVP. I have version 1.19.18 and it
was written by Martina Jindrová. Can't remember where I downloaded it
from but maybe Level extreme (formerly Universal Thread) or Foxite.
Frank.
Frank Cazabon
Post by m***@mbsoftwaresolutions.com
VFP9SP2 on Win7Pro PC
I want to see how long it's taking some code to run. Beyond
self-created start/stop variables, I thought "why not use the coverage
profiler?" MANY years ago, I recall there was some sort of alternative
cool tool to the native Coverage Profiler but I can't recall the
specifics. Markus Egger comes to mind. I did a search of the ProFox
archives for "coverage profile" but found nothing across the entire
archive
Post by m***@mbsoftwaresolutions.com
Post by Frank Cazabon
Post by m***@mbsoftwaresolutions.com
(https://www.screencast.com/t/FF8gEjeK5DeP). I found this in the
http://leafe.com/download/cvp_1.18.0000_9_20090211.zip. I found this
link when searching for Markus Egger Coverage Profiler (
http://www.scrigroup.com/calculatoare/tutorials/434/The-
Coverage-Profiler33512.php) but the reference at the end to
http://www.eps-software.com/ is a fruitless end as I can't seem to
search that site; it just asks you which CoDE site you want to visit.
Do any of you have Markus' old CP Analyzer tool or what's your
recommendation for analyzing code performance in your VFP code?
tia,
--Mike
[excessive quoting removed by server]

_______________________________________________
Post Messages to: ***@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/051201d417a8$d34b77b0$79e26710$@wondzinski.de
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obviou
Eric Selje
2018-07-09 20:50:16 UTC
Permalink
Thanks. I reached out to her so we'll see what happens.

Eric
Post by Jürgen Wondzinski
The developer is a SHE, and she's the driving force behind XFRX.
You can also find her on Foxite.
wOOdy
-----Ursprüngliche Nachricht-----
Gesendet: Montag, 9. Juli 2018 18:17
Betreff: Re: Coverage profiler (DISREGARD...I FOUND IT -- MAXCOV.APP) (ED
-- PROBLEM WITH FILE UPLOAD TO PROFOX DOWNLOADS PAGE)
If anyone knows the developer, reach out and see if this can become a VFPx
Project for better discoverability.
E
Post by Jürgen Wondzinski
Hi,
http://gorila.netlab.cz/cvp.html
Regards.-
Post by m***@mbsoftwaresolutions.com
I found Markus' add-in in an old dev folder. It's called MaxCov.app.
I
Post by Jürgen Wondzinski
Post by m***@mbsoftwaresolutions.com
tried uploading it to the ProFox downloads site but got the following
400 Bad Request
The server could not comply with the request since it is either
malformed
Post by Jürgen Wondzinski
Post by m***@mbsoftwaresolutions.com
or otherwise incorrect.
No file specified
I selected the file via the button so I know it's there.
Ed -- problem behind the scenes with the file uploader???
--Mike
Post by Frank Cazabon
The only thing I can think of is CVP. I have version 1.19.18 and it
was written by Martina Jindrová. Can't remember where I downloaded it
from but maybe Level extreme (formerly Universal Thread) or Foxite.
Frank.
Frank Cazabon
Post by m***@mbsoftwaresolutions.com
VFP9SP2 on Win7Pro PC
I want to see how long it's taking some code to run. Beyond
self-created start/stop variables, I thought "why not use the
coverage
Post by Jürgen Wondzinski
Post by m***@mbsoftwaresolutions.com
Post by Frank Cazabon
Post by m***@mbsoftwaresolutions.com
profiler?" MANY years ago, I recall there was some sort of
alternative
Post by Jürgen Wondzinski
Post by m***@mbsoftwaresolutions.com
Post by Frank Cazabon
Post by m***@mbsoftwaresolutions.com
cool tool to the native Coverage Profiler but I can't recall the
specifics. Markus Egger comes to mind. I did a search of the ProFox
archives for "coverage profile" but found nothing across the entire
archive
Post by m***@mbsoftwaresolutions.com
Post by Frank Cazabon
Post by m***@mbsoftwaresolutions.com
(https://www.screencast.com/t/FF8gEjeK5DeP). I found this in the
http://leafe.com/download/cvp_1.18.0000_9_20090211.zip. I found
this
Post by Jürgen Wondzinski
Post by m***@mbsoftwaresolutions.com
Post by Frank Cazabon
Post by m***@mbsoftwaresolutions.com
link when searching for Markus Egger Coverage Profiler (
http://www.scrigroup.com/calculatoare/tutorials/434/The-
Coverage-Profiler33512.php) but the reference at the end to
http://www.eps-software.com/ is a fruitless end as I can't seem to
search that site; it just asks you which CoDE site you want to visit.
Do any of you have Markus' old CP Analyzer tool or what's your
recommendation for analyzing code performance in your VFP code?
tia,
--Mike
[excessive quoting removed by server]

_______________________________________________
Post Messages to: ***@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/CAAwxvUnsm_q9QaJuyg7QX5ecOvgho=***@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the
Richard Kaye
2018-07-05 15:20:13 UTC
Permalink
I also use CVP on occasion. I probably have the installer somewhere and can send directly to you if you want.
--
rk

-----Original Message-----
From: ProfoxTech <profoxtech-***@leafe.com> On Behalf Of Frank Cazabon
Sent: Thursday, July 05, 2018 10:50 AM
To: ***@leafe.com
Subject: Re: Coverage profiler

The only thing I can think of is CVP. I have version 1.19.18 and it was
written by Martina Jindrová. Can't remember where I downloaded it from
but maybe Level extreme (formerly Universal Thread) or Foxite.

Frank.

Frank Cazabon
Post by m***@mbsoftwaresolutions.com
VFP9SP2 on Win7Pro PC
I want to see how long it's taking some code to run.  Beyond
self-created start/stop variables, I thought "why not use the coverage
profiler?"  MANY years ago, I recall there was some sort of
alternative cool tool to the native Coverage Profiler but I can't
recall the specifics.  Markus Egger comes to mind.  I did a search of
the ProFox archives for "coverage profile" but found nothing across
the entire archive (https://www.screencast.com/t/FF8gEjeK5DeP).  I
found this in the ProFox downloads area but I haven't used that before
(yet): http://leafe.com/download/cvp_1.18.0000_9_20090211.zip.  I
found this link when searching for Markus Egger Coverage Profiler
(http://www.scrigroup.com/calculatoare/tutorials/434/The-Coverage-Profiler33512.php)
but the reference at the end to http://www.eps-software.com/ is a
fruitless end as I can't seem to search that site; it just asks you
which CoDE site you want to visit.
Do any of you have Markus' old CP Analyzer tool or what's your
recommendation for analyzing code performance in your VFP code?
tia,
--Mike
[excessive quoting removed by server]

_______________________________________________
Post Messages to: ***@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/47880e8c-d3a1-3d6f-2405-***@gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
Report [OT] Abuse: http://leafe.com/reportAbuse/47880e8c-d3a1-3d6f-2405-***@gmail.com
_______________________________________________
Post Messages to: ***@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/***@DM5PR10MB1244.namprd10.prod.outlook.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those
Jürgen Wondzinski
2018-07-05 15:32:28 UTC
Permalink
This CVP profiler is found here:
http://gorila.netlab.cz/cvp.html

wOOdy


-----Ursprüngliche Nachricht-----
Von: ProFox <profox-***@leafe.com> Im Auftrag von Richard Kaye
Gesendet: Donnerstag, 5. Juli 2018 17:20
An: ***@leafe.com
Betreff: RE: Coverage profiler

I also use CVP on occasion. I probably have the installer somewhere and can send directly to you if you want.

--

rk

-----Original Message-----
From: ProfoxTech <profoxtech-***@leafe.com> On Behalf Of Frank Cazabon
Sent: Thursday, July 05, 2018 10:50 AM
To: ***@leafe.com
Subject: Re: Coverage profiler

The only thing I can think of is CVP. I have version 1.19.18 and it was
written by Martina Jindrová. Can't remember where I downloaded it from
but maybe Level extreme (formerly Universal Thread) or Foxite.

Frank.

Frank Cazabon
Post by m***@mbsoftwaresolutions.com
VFP9SP2 on Win7Pro PC
I want to see how long it's taking some code to run. Beyond
self-created start/stop variables, I thought "why not use the coverage
profiler?" MANY years ago, I recall there was some sort of
alternative cool tool to the native Coverage Profiler but I can't
recall the specifics. Markus Egger comes to mind. I did a search of
the ProFox archives for "coverage profile" but found nothing across
the entire archive (https://www.screencast.com/t/FF8gEjeK5DeP). I
found this in the ProFox downloads area but I haven't used that before
(yet): http://leafe.com/download/cvp_1.18.0000_9_20090211.zip. I
found this link when searching for Markus Egger Coverage Profiler
(http://www.scrigroup.com/calculatoare/tutorials/434/The-Coverage-Profiler33512.php)
but the reference at the end to http://www.eps-software.com/ is a
fruitless end as I can't seem to search that site; it just asks you
which CoDE site you want to visit.
Do any of you have Markus' old CP Analyzer tool or what's your
recommendation for analyzing code performance in your VFP code?
tia,
--Mike
[excessive quoting removed by server]

_______________________________________________
Post Messages to: ***@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/00d701d41475$6222bd40$266837c0$@wondzinski.de
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid
Loading...