/************************* I2ICE TUTORIAL SCREEN T2 ****************************/ menu = 1 define literally P = 'include scrt.1 nolist' define literally R = 'include scrt.2 nolist' define literally N = 'include scrt.3 nolist' define literally M = 'include aid.2 nolist' cls /*******************************************************************************/ ' ------------------------' 'iPAT options and controls provide flexability in | SCRT2: PROFILE MODE |' 'monitoring and displaying information about program | M = Go to main menu |' 'code. The default setting have been designed for | N = Next screen |' 'typical applications and ease of learning. | P = Previous screen |' ' | Q = Quit tutorial |' 'Profile mode is the default mode for iPAT. Default | R = Rewrite SCRT2 |' 'operation for profile mode monitors all procedures | SCR# = Screen desired |' 'in a program and measures real-time characteristics. ------------------------ ' 'This mode displays the time spent in a program''s procedures in a histogram.' ' ' 'Other specifications can be made that widen or narrow the overview of the ' 'code from displaying time spent in a program''s modules to displaying data ' 'collected about line numbers.' ' ' 'While the default is a histogram display, data can also be displayed in ' 'tabular form giving minimum, average, and maximum times for each area being' 'profiled.' ' ' '-------------- Enter N <Enter> to continue with Aid Module T ----------------'