Show TOC

Tips and TricksLocate this document in the navigation structure

Use

The runtime analysis tips and tricks contain a series of source code examples intended to illustrate efficient programming. For each problem, they present two possible solutions, and you can compare their respective runtimes. The results enable you to see which solution is more efficient.

Note

To open the tips and tricks, on the initial screen, choose Tips & Tricks.

The system displays a list of measurable components, grouped by themes. When you choose an example the test screen appears.

Functions

The following functions are provided for the displayed examples:

  • Runtime measurement for the source code extract.

    To use this function, choose Measure Runtime.

  • Displaying Data

    To use this function, choose Global Variables.

  • Ability to modify the provided source code extracts

    In both displays, you can directly type in, cut, copy, and paste.

  • Short documentation

    The documentation is displayed at the bottom of the screen.