Assembly: Ms;
The MsCalculationStats class is used to work with calculation statistics tree of modeling problem.
MsCalculationStats
Calculation statistics of modeling problem enable the user to track the current calculation progress as a statistics tree. The statistics tree consists of the nodes that are separate stages of modeling problem calculation. Each stage result is registered during calculation: problem calculation start, data loading, model calculation, data saving and, so on.
NOTE. Creating calculation statistics is available only for the Multithreaded Transformation Problem modeling problem type.
Before calculating of modeling problem and correct building of statistics tree, set drilldown using the IMsProblemCalculationSettings.StatsLevel property.
| Property name | Brief description | |
| Root | The Root property determines a root node of statistics tree. |
| Method name | Brief description | |
| Compare | The Compare method compares statistics to each other. | |
| IsEmpty | The IsEmpty method determines whether statistics tree is empty. | |
| LoadFromXml | The LoadFromXml method loads statistics tree from XML file. | |
| SaveToXml | The SaveToXml method saves statistics tree to XML file. |
See also: