Click or drag to resize

moduleFinalOverview Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:imbWEM.Core.crawler.modules.performance.moduleFinalOverview"]

Inheritance Hierarchy
SystemObject
  dataBindableBase
    imbBindable
      imbWEM.Core.crawler.modules.performancemoduleFinalOverview

Namespace:  imbWEM.Core.crawler.modules.performance
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class moduleFinalOverview : imbBindable, 
	IReportBenchmark

The moduleFinalOverview type exposes the following members.

Constructors
  NameDescription
Public methodmoduleFinalOverview
Initializes a new instance of the moduleFinalOverview class
Top
Properties
  NameDescription
Public propertyCrawler
Name of the crawler design that was tested
Public propertydurationAvgIteration
How long it took for this module to process the targets, in seconds
Public propertydurationTotal
How long it took for this module to process the targets, in seconds
Public propertyiterationRecords
How long it took for this module to process the targets, in seconds
Public propertyModule
Public propertyModuleName
Name of the module of the Frontier Ranking Algorithm
Public propertyPotChangeIP
Public propertypotentialPrecissionChangeAvg
Gets or sets the potential precission change average.
Public propertypotentialPrecissionChangeTotal
Public propertyprocessedAvg
Number of targets processed by this module so far
Public propertyprocessedRate
How long it took for this module to process the targets, in seconds
Public propertyprocessedTotal
Number of targets processed by this module so far
Public propertyReductionAvg
Percentage of input targets that the module took out in this iteration (output / input) - i.e. amount of work reduction, only pozitive value is allowed
Public propertyreductionRate
How long it took for this module to process the targets, in seconds
Public propertyTestID
Public propertyTestSignature
Test signature with the most important configuration values
Public propertytimeConsumption
How long it took for this module to process the targets, in seconds
Top
Methods
  NameDescription
Public methoddeploy
Public methoddeploySum
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodOnPropertyChanged
Called when a property is changed.
(Inherited from dataBindableBase.)
Public methodToString (Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
(Inherited from dataBindableBase.)
Top
Extension Methods
See Also