Structure of exported LOG file

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.

NameTypeDescription
TimeNumber (11,6)Row performance time.
ClassMemoClass name. If this value is empty, it's a procedure.
Method/ProcedureMemoName of method/procedure.
Row numberIntegerNumber of passed row.
FileChar (254)File name.
LevelIntegerNesting level.
Process IDIntegerProcess ID of concrete method/procedure