Profiling Mosel Models
Running a model with the profiler provides detailed information on what part of the code is actually executed and how much time each statement requires. This information may be helpful for optimizing the model (by locating hot spots where the code is using a great deal of computer time) and also for building test suites (by checking whether the data sets used in the test set exercise all statements of a given model).