Click or drag to resize

ListExecutionStats Class

Container for list execution statistics.
Inheritance Hierarchy
SystemObject
  RAYLASE.SPICE3ListExecutionStats

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public class ListExecutionStats

The ListExecutionStats type exposes the following members.

Properties
 NameDescription
Public propertyComputationTime Time taken to calculate the microvectors.
Public propertyComputationTimePerMicroVector Average time taken to calculate each microvector.
Public propertyExecutionTime Time taken to execute the microvectors.
Public propertyMacroVectors Count of macrovectors parsed during list execution.
Public propertyMicroVectors Count of microvectors generated during list execution.
Top
Methods
 NameDescription
Public methodClear Clear all fields to zero.
Top
See Also