Click or drag to resize

moduleFinalOverview Class

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.3.55
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
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnPropertyChanged (Inherited from dataBindableBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from dataBindableBase.)
Top
Extension Methods
See Also