Click or drag to resize

performanceCpu Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "T:imbWEM.Core.crawler.engine.performanceCpu"]

Inheritance Hierarchy
SystemObject
  performanceBaseperformanceTake
    imbWEM.Core.crawler.engineperformanceCpu

Namespace:  imbWEM.Core.crawler.engine
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class performanceCpu : performanceBase<performanceTake>

The performanceCpu type exposes the following members.

Constructors
  NameDescription
Public methodperformanceCpu
Initializes a new instance of the performanceCpu class
Public methodperformanceCpu(String)
Initializes a new instance of the performanceCpu class
Top
Properties
  NameDescription
Public propertycoreCount
Public propertycoreCounters
Public propertyname
(Inherited from performanceBaseperformanceTake.)
Public propertysecondsBetweenTakes
(Inherited from performanceBaseperformanceTake.)
Public propertysecondsBetweenTakesDefault (Overrides performanceBase.secondsBetweenTakesDefault.)
Top
Methods
  NameDescription
Public methodcheckTake
Makes take() if interval passed
(Inherited from performanceBaseperformanceTake.)
Public methodCountTakes
Number of takes
(Inherited from performanceBaseperformanceTake.)
Public methodEquals (Inherited from Object.)
Public methodGetAverage
Gets the average of the main reading
(Inherited from performanceBaseperformanceTake.)
Public methodGetDataTable
Gets data table with all readings
(Inherited from performanceBaseperformanceTake.)
Public methodGetDataTableBase
Gets the data table with objectTable
(Inherited from performanceBaseperformanceTake.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetLastSamples (Inherited from performanceBaseperformanceTake.)
Public methodGetLastTake (Inherited from performanceBaseperformanceTake.)
Public methodGetTimeSpan
Gets the time span covered by this performance collection
(Inherited from performanceBaseperformanceTake.)
Public methodGetTimeSpanInMinutes (Inherited from performanceBaseperformanceTake.)
Public methodGetTrend(measureTrendTakerUTP)
Gets the trend.
(Inherited from performanceBaseperformanceTake.)
Public methodGetTrend(FuncUTP, Double, measureTrendTaker)
Gets the trend.
(Inherited from performanceBaseperformanceTake.)
Public methodGetType (Inherited from Object.)
Public methodLoadDataTable(DataTable) (Inherited from performanceBaseperformanceTake.)
Public methodLoadDataTable(DataTable, Boolean)
Loads the data table.
(Inherited from performanceBaseperformanceTake.)
Public methodmeasure (Overrides performanceBase.measure(UTP).)
Public methodprepare (Overrides performanceBase.prepare.)
Public methodtake
Procedure that creates new take. Thread safe
(Inherited from performanceBaseperformanceTake.)
Public methodToString (Inherited from Object.)
Top
See Also