clear; echo " "; echo " This is a simple program that makes heavy use of recursive functions."; echo "It has been built with options to enable gathering of several different"; echo "types of performance profiling data, including sampling and call count"; echo "information. This performance information is viewed in the Profile"; echo "window."; echo " "; echo " (1) Connect to your target by pressing clicking on 'Connect (F4)'."; echo " "; echo " (2) Open the Profile window by selecting 'Profile...' in the View menu."; echo " "; echo " (3) Start collection of sample data by pressing the Start button in"; echo "the Profile window." echo " "; echo " (4) Then, click 'Go on Selected Items (F5)'."; echo " "; echo " (5) The Profile window will show PC samples by default. To view call"; echo "counts, select Instrumentation from the Mode drop-down list.";