Browse CVP file from source code aspect
Left area
In left area is a tree displaying the list of sources, in which is included all passed running code.
Sources are six basic type:
Icon | Description |
 | VCX library |
VCX library is subdivided to a single classes , and the classes to items and methods . |
 | Form |
Form is subdivided to a single objects , and the objects to items and methods . |
 | Program/procedure file |
Program is subdivided to a classes and procedures . Classes are subdivided to an objects and methods . |
 | Database container (stored procedures) |
Database container is subdivided to a stored procedures . |
 | Report |
If a DataEnvironment is used in a report, the report is subdivided to a DataEnvironment , single cursors and methods . |
 | Label |
If a DataEnvironment is used in a label, the label is subdivided to a DataEnvironment , single cursors and methods . |
If unable to open appopriate source code file, the icons look as:
Icon | Description |
 | VCX library |
 | Form |
 | Program/procedure file |
 | Database container (stored procedures) |
 | Report |
 | Label |
If unable to find appopriate procedure or method, their icon looks like this

.
Right area
In right area is a grid, where is source code is displaying both cummulative, and as single process.
Above the grid is combobox for choice a calling point, from which was a method/procedure called, and a spinner for selection of concrete call.
Below the grid is a row displayed a persistency time of method/procedure (if a "Global view" is choosed, in the row is displayed a cumulative time for corresponding method/procedure).
A rows, in which a first column have the blue background, are the signed rows.
If a method/procedure is called n-times from one point, in combobox will be displayed only that single point, and combobox will be denied.
If a method/procedure is called n-times from more points, in combobox will display a text "Global view", and spinner displays total number of calls.
Time of all rows
Čas trvání metody/procedury (pokud je vybráno "Globální pohled", pak se zobrazí čas za všechna volání dané metody/procedury).
Time total sum of all selected rows
Součet čásů vybraných řádků.
Percentage
Procentuální podíl trvání metody/procedury vůči celému sledování.