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 on calculation execution: problem calculation start, data loading, model calculation, data saving and, so on.
NOTE. Calculation statistics can be built only for the Multithreaded Transformation Problem modeling problem type.
Before calculating modeling problem and correct building of statistics tree set drill down 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: