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 (23.4.1.1000)
Syntax
[GlobalizedEnumAttribute("EC04F56F-AAD2-4395-BCB3-35F5B1D0C8F1", "GS_", AdditionalSuffix = "_Desc")]
public enum MeasurementCategory
Members
  Member nameValueDescription
None0 No category specified.
GroupRequestAnalysis10 The time used to analyze the client request, perform parameter clean-up and grouping optimizations.
GenerateDataRequest20 The time used to generate data request.
ResolveDataCache30 The time used to resolve potential data caching results.
ProviderAnalysis40 The time used to perform provider query analysis and optimization.
ParallelSliceAnalysis45 The time used to perform parallel slices analysis.
ParallelPeriodAnalysis50 The time used to perform parallel period analysis.
DrillDownAnalysis60 The time used to perform drill down analysis.
TransformConversion70 The time used to convert the provider result to a multiple axis cellset.
MergeParallelPeriod80 The time used to merge parallel period results with the main cellset result.
MergeParallelSlice85 The time used to merge parallel period results with the main cellset result.
HierarchySorting90 The time used to perform in-memory hierarchy sorting.
MeasureAnalysis100 The time used to perform measure analysis for measure filtering and for script, missing data and state group computations.
MeasureComputations110 The time used to perform measure computations.
MissingDataComputations120 The time used to perform missing data computations.
MeasureFiltering130 The time used to perform measure filtering.
StateGroups140 The time used to perform state groups computations.
TotalsComputations150 The time used to compute totals and the corresponding states.
MeasureSorting160 The time used to perform measure sorting.
MergeExpandedMembers170 The time used to merge expanded members into the cellset result.
CollapsingMembers180 The time used to collapse cells for the required collapsed members.
FormulaProcessing190 The time used to perform formula metric set computations.
FormatMeasureValues200 The time used to perform measure value formatting.
ElementStatistics201 The time used to perform analysis element statistical calculations.
QueryAnnotations210 The time used to query result annotations.
MergingAnnotations220 The time used to merge annotations in the result.
MergingCorrections225 The time used to merge corrections in the result.
MeasureConversion230 The time used to convert a provider column-row cellset to a multiple axis cellset.
CachingData240 The time used to cache data and clone the cached result.
CombineSharedTimeMembers245 The time used to combine shared timers (i.e. week 53 previous year with week 01 subsequent year).
CombineCustomVirtualMembers246 The time used to custom group hierarchy members.
ColumnRowConversion250 The time used to convert a multi-dimension cellset to a standard column-row cellset result.
CellsetSimplification260 The time used to perform cellset simplification for specific data visualization controls.
CellsetPagination270 The time used to perform cellset pagination.
TotalGroupRequestQuery280 The total time used to retrieve data for a group of compatible metric set requests.
TopBottomProcessing290 The time used to perform top bottom processing.
QueryContextualMeasures300 The time used to query contextual measures data.
TotalQueryOlap1001 The total time used to query the OLAP engine.
TotalQueryData1002 The total timing recorded between the end of provider analysis and the time the first record is successfully read from the ETL layer.
TotalQueryInMemoryCube1201 The total query timing for the in-memory cube engine.
See Also