Assembly: Ms;
The IMsCalculationStats interface is used to work with modeling problem calculation statistics tree.
IMsCalculationStats
Modeling problem calculation statistics enable the user to track the current calculation progress as a statistics tree. The statistics tree consists of the nodes that are single modeling problem calculation stages. 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 statistics tree set drill down using the IMsProblemCalculationSettings.StatsLevel property.
The example of calculation statistics tree:
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