Coverage profiler

Content


Wish List


BUG List


Hot Build

CVP 1.19.18 - VFP 9.02014-09-18
CVP 1.19.18 - VFP 9.0 (source code)2014-09-18
CVP 1.18.08 - VFP 9.02011-03-02
CVP 1.18.00 - VFP 9.02008-05-19
Russian language package for CVP 1.17.58 - VFP 9.02006-07-12
CVP 1.17.58 for VFP 9.02006-07-12
CVP 1.17.58 for VFP 9.0, Only main modul with language layers, you need package from 2006-07-102006-07-12
CVP 1.17.58 for VFP 9.0, Only main modul with language layers, you need package from 2006-07-082006-07-10
CVP 1.17.58 for VFP 9.02006-07-08
CVP 1.17.58 for VFP 9.0, Only main modul with debug info and EFRX modul2006-06-28
CVP 1.17.58 for VFP 9.0, Only main modul with debug info2006-06-27
CVP 1.17.58 for VFP 9.0, Only main modul with debug info2006-06-23

CVP 1.18.02

 comming soon

Change List


CVP 1.18.01

 (released)

Files for download

  Coverage Profiler Loader
VFP 9.0 Binnary package Binnary package

Fix List

New List


CVP 1.18.00

 (released 2009-02-11)

Files for download

  Coverage Profiler Loader
VFP 6.0 Binnary package Binnary package
VFP 7.0 Binnary package Binnary package
VFP 8.0 Binnary package Binnary package
VFP 9.0 Binnary package Binnary package

Fix List

New List

Change List


CVP 1.17.58

 (released on 2006-06-01)

Files for download

  Coverage Profiler Loader
VFP 6.0 Binnary package Binnary package
VFP 7.0 Binnary package Binnary package
VFP 8.0 Binnary package Binnary package
VFP 9.0 Binnary package Binnary package

Fix List

New List


CVP 1.17.57

 (released on 2005-07-30)

Files for download

  Coverage Profiler Loader
VFP 6.0 Binnary package Binnary package
VFP 7.0 Binnary package Binnary package
VFP 8.0 Binnary package Binnary package
VFP 9.0 Binnary package Binnary package

Fix List


CVP 1.17.56

 (released on 2005-06-24)

Files for download

  Coverage Profiler Loader EFRX
VFP 6.0 Binnary package Binnary package Binnary package
EFRX package containes interface of reports convertors and three convertors: FRX2Any (demo), FRX2Word a XFRX (demo). If you want have save reports as another formates, You copy folder content cvp_efrx (after unpack) into folder EFRX.
VFP 7.0 Binnary package Binnary package
VFP 8.0 Binnary package Binnary package
VFP 9.0 Binnary package Binnary package

Fix List


CVP 1.17.55

 (released on 2005-02-16)

Files for download

  Coverage Profiler Loader EFRX
VFP 6.0 Binnary package Binnary package Binnary package
EFRX package containes interface of reports convertors and three convertors: FRX2Any (demo), FRX2Word a XFRX (demo). If you want have save reports as another formates, You copy folder content cvp_efrx (after unpack) into folder EFRX.
VFP 7.0 Binnary package Binnary package
VFP 8.0 Binnary package Binnary package
VFP 9.0 Binnary package Binnary package

Fix List

New List

Changes List


CVP 1.17.54

 (released on 2004-11-29)

Files for download

  Coverage Profiler Loader EFRX
VFP 6.0 Binnary package Binnary package Binnary package
EFRX package containes interface of reports convertors and three convertors: FRX2Any (demo), FRX2Word a XFRX (demo). If you want have save reports as another formates, You copy folder content cvp_efrx (after unpack) into folder EFRX.
VFP 7.0 Binnary package Binnary package
VFP 8.0 Binnary package Binnary package
VFP 9.0 Binnary package Binnary package

Fix List

New List

Changes List


CVP 1.17.53

Files for download

VFP 6.0 Binnary package for VFP 6.0
VFP 7.0 Binnary package for VFP 7.0
VFP 8.0 Binnary package for VFP 8.0
VFP 9.0 Binnary package for VFP 9.0
 
EFRX package EFRX package containes interface of reports convertors and three convertors: FRX2Any (demo), FRX2Word a XFRX (demo). If you want have save reports as another formates, You copy folder content cvp_efrx (after unpack) into folder EFRX.


What good is it...

Coverage profiler (CVP) is special programming utility for Microsoft Visual Foxpro, designed and intended for processing "log file", created by the command SET COVERAGE TO ..., and consecutive displaying source code. This process allows to see source code of compiled APP a EXE application only when the source code was attached (linked with application). If not, then created log file do not contains important information about content and number of source code rows. The source code files must be presented somewhere on disc, to CVP can be able to use it.

Source code can be displayed:
A process result can be stored to file with CVP extension. This file can be opened and browsed later.

What it work ...

CVP generate 4 working files and 5 temporary files.

Working files
Log table Abbreviated version of log file, where texts was replaced by ID, referenced to consequent tables.
Source type table List of libraries, forms, procedure files and DBC containers.
Object table List of all passed procedures and methods in applicaton running code.
Source code table Source codes of all passed procedures and methods in applicaton running code.
Temporary files
Source tree table Source tree view for display source code structure branching.
Source process table Source tree view for display real program processing.
Source code history table List of processed methods and procedures source code by the global and concrete history.

Working and temporary files are stored to disc (according the setting) in process of "storing to CVP file". When the temporary files aren't stored, they will be generated with opening of CVP file, and continually filled by data according you browsing the tree.

1 Log file reading and processing
If the log file size is under 2MB, program create cursor through a command APPEND FROM .... In other case the log file will be opened using lowlevel functions and program processed it directly. With processing is generated table contens for "Log table", "Source type table" and "Object table".
2 Object table repairing"
Method names (object path) will be repaired, especially for class methods ...
3 Processing "Source code table"
In processing "Source code table" are continually processed all conjuncting objects from "Object table". All object source code will be stored to "Source code table".
4 Displaying source code on page "Sources"
There are dynamically detected how many times a method/procedures were called. If the method/procedure were called more than once, the choice "Global view" will be added to the combobox. Spinner "Process" determine explicit of process type. If you choose "Called from..." and "Process", an aproxiate source code will be authomatically generated and displayed.
5 Displaying source code on page "Process hierarchy"
After clicking on branch of tree will be generated and displayed source code for an aproxiate process.

Using components

BIX Archiver 1.00 Beta 4
Autor: Igor Pavlov
E-mail: igorp@geocities.com
WWW: http://compress.da.ru, http://compression.hypermart.net
FTP: ftp://ftp.elf.stuba.sk/pub/pc/pack/bix*.zip
BZIP2 Archiver
Autor: Julian Seward
E-mail: jseward@acm.org
WWW: http://sources.redhat.com/bzip2/index.html
ZLib Archiver
Autor: Jean-Loup Gailly and Mark Adler
E-mail: zlib@gzip.org
WWW: http://www.ctan.org/tex-archive/tools/zip/info-zip/zlib/, http://www.info-zip.org/pub/infozip/zlib/, http://www.winimage.com/zLibDll/