Exported LOG file is an ASCII text file with column separator ",".
Structure is the same as a standard LOG file created by
SET COVERAGE TO..., but as last field in the row is added an ID of concrete method/procedure process.
This identifier make you possible to identify a rows appopriated for method/procedure process, and you can compare various process.
Name | Type | Description |
Time | Number (11,6) | Row performance time. |
Class | Memo | Class name. If this value is empty, it's a procedure. |
Method/Procedure | Memo | Name of method/procedure. |
Row number | Integer | Number of passed row. |
File | Char (254) | File name. |
Level | Integer | Nesting level. |
Process ID | Integer | Process ID of concrete method/procedure |