MeasurementCategory Enumeration |
The various measurement categories for which timings are recorded.
Namespace:
Dundas.BI.Instrumentation
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [GlobalizedEnumAttribute("EC04F56F-AAD2-4395-BCB3-35F5B1D0C8F1", "GS_", AdditionalSuffix = "_Desc")]
public enum MeasurementCategory
<GlobalizedEnumAttribute("EC04F56F-AAD2-4395-BCB3-35F5B1D0C8F1", "GS_", AdditionalSuffix := "_Desc")>
Public Enumeration MeasurementCategory
[GlobalizedEnumAttribute(L"EC04F56F-AAD2-4395-BCB3-35F5B1D0C8F1", L"GS_", AdditionalSuffix = L"_Desc")]
public enum class MeasurementCategory
[<GlobalizedEnumAttribute("EC04F56F-AAD2-4395-BCB3-35F5B1D0C8F1", "GS_", AdditionalSuffix = "_Desc")>]
type MeasurementCategory
Members
| Member name | Value | Description |
---|
| None | 0 |
No category specified.
|
| GroupRequestAnalysis | 10 |
The time used to analyze the client request, perform parameter clean-up and grouping optimizations.
|
| GenerateDataRequest | 20 |
The time used to generate data request.
|
| ResolveDataCache | 30 |
The time used to resolve potential data caching results.
|
| ProviderAnalysis | 40 |
The time used to perform provider query analysis and optimization.
|
| ParallelSliceAnalysis | 45 |
The time used to perform parallel slices analysis.
|
| ParallelPeriodAnalysis | 50 |
The time used to perform parallel period analysis.
|
| DrillDownAnalysis | 60 |
The time used to perform drill down analysis.
|
| TransformConversion | 70 |
The time used to convert the provider result to a multiple axis cellset.
|
| MergeParallelPeriod | 80 |
The time used to merge parallel period results with the main cellset result.
|
| MergeParallelSlice | 85 |
The time used to merge parallel period results with the main cellset result.
|
| HierarchySorting | 90 |
The time used to perform in-memory hierarchy sorting.
|
| MeasureAnalysis | 100 |
The time used to perform measure analysis for measure filtering and for script, missing data and state group computations.
|
| MeasureComputations | 110 |
The time used to perform measure computations.
|
| MissingDataComputations | 120 |
The time used to perform missing data computations.
|
| MeasureFiltering | 130 |
The time used to perform measure filtering.
|
| StateGroups | 140 |
The time used to perform state groups computations.
|
| TotalsComputations | 150 |
The time used to compute totals and the corresponding states.
|
| MeasureSorting | 160 |
The time used to perform measure sorting.
|
| MergeExpandedMembers | 170 |
The time used to merge expanded members into the cellset result.
|
| CollapsingMembers | 180 |
The time used to collapse cells for the required collapsed members.
|
| FormulaProcessing | 190 |
The time used to perform formula metric set computations.
|
| FormatMeasureValues | 200 |
The time used to perform measure value formatting.
|
| ElementStatistics | 201 |
The time used to perform analysis element statistical calculations.
|
| QueryAnnotations | 210 |
The time used to query result annotations.
|
| MergingAnnotations | 220 |
The time used to merge annotations in the result.
|
| MergingCorrections | 225 |
The time used to merge corrections in the result.
|
| MeasureConversion | 230 |
The time used to convert a provider column-row cellset to a multiple axis cellset.
|
| CachingData | 240 |
The time used to cache data and clone the cached result.
|
| CombineSharedTimeMembers | 245 |
The time used to combine shared timers (i.e. week 53 previous year with week 01 subsequent year).
|
| CombineCustomVirtualMembers | 246 |
The time used to custom group hierarchy members.
|
| ColumnRowConversion | 250 |
The time used to convert a multi-dimension cellset to a standard column-row cellset result.
|
| CellsetSimplification | 260 |
The time used to perform cellset simplification for specific data visualization controls.
|
| CellsetPagination | 270 |
The time used to perform cellset pagination.
|
| TotalGroupRequestQuery | 280 |
The total time used to retrieve data for a group of compatible metric set requests.
|
| TopBottomProcessing | 290 |
The time used to perform top bottom processing.
|
| QueryContextualMeasures | 300 |
The time used to query contextual measures data.
|
| TotalQueryOlap | 1001 |
The total time used to query the OLAP engine.
|
| TotalQueryData | 1002 |
The total timing recorded between the end of provider analysis and the time the first record is successfully read from the ETL layer.
|
| TotalQueryInMemoryCube | 1201 |
The total query timing for the in-memory cube engine.
|
See Also