|
The Wolfram Workbench profiler gives you a report on
a Mathematica function's execution. This can be used to
tell you which parts of your code could be optimized. It also
tells you how many times each function is executed, which can
help you pick up on unexpected behavior.
A sample of the profiler's output is shown below. The report
shows that much of the time was spent in matrix-vector
multiplication, which is a fast operation. This suggests that
the code is not wasting time on slow operations.
 |
| Sample profile output from
Wolfram Workbench |
|