1 pcacui =TITLE pcacui =TITLE Overview of PCA =INCLUDE pcacui Overview_frame =INCLUDE pcacui Glossary_frame The Performance and Coverage Analyzer for OpenVMS (PCA) analyzes the run-time behavior of your user application. PCA serves the following functions: o It pinpoints execution bottlenecks in an application program, and then lets you determine their causes. o It analyzes test coverage by measuring which parts of an application are or are not executed by a given set of test data. 2 About_frame =TITLE About_frame =TITLE About PCA =INCLUDE pcacui Overview_frame ************************************************** HP CONFIDENTIAL. This software is confidential proprietary software licensed by Hewlett-Packard Development Company, L.P., and is not authorized to be used, duplicated or disclosed to anyone without the prior written permission of HP. © 2015 Copyright Hewlett-Packard Development Company, L.P. VMS SOFTWARE, INC. CONFIDENTIAL. This software is confidential proprietary software licensed by VMS Software, Inc., and is not authorized to be used, duplicated or disclosed to anyone without the prior written permission of VMS Software, Inc. © 2015 Copyright VMS Software, Inc. ************************************************** For more information about the PCA Collector, double click on Overview of PCA from the additional topics below. 2 Overview_frame =TITLE Overview_frame =TITLE Overview of PCA =INCLUDE pcacui DECbasics_frame =INCLUDE pcacui About_frame =INCLUDE pcacui Glossary_frame =INCLUDE pcacui Overview_frame HowToColl_frame =INCLUDE pcacui Overview_frame LnkColInfo_frame =INCLUDE pcacui Overview_frame CCTPCAInfo_frame =INCLUDE pcacui Overview_frame DisPerInfo_frame =INCLUDE pcacui Overview_frame ElaTimInfo_frame =INCLUDE pcacui Overview_frame ProTimInfo_frame =INCLUDE pcacui Overview_frame TesCovInfo_frame =INCLUDE pcacui Overview_frame ExeCtsInfo_frame =INCLUDE pcacui Overview_frame IoOpsInfo_frame =INCLUDE pcacui Overview_frame SysSerInfo_frame =INCLUDE pcacui Overview_frame AdaTskInfo_frame =INCLUDE pcacui Overview_frame RouCalInfo_frame =INCLUDE pcacui Overview_frame PagFltInfo_frame PCA collects performance information on your application and lets you view that information to observe the runtime characteristics of your application, such as: o Where your application spends the most time o What parts of your application are executed the most o What parts of your application are compute-bound or I/O-bound o What areas of your application are, or are not, executed by tests o What the dynamic call relationships are among the routines in your application o Where page faults occur o Where you use system services With this information, PCA helps you pinpoint important qualities of your application, such as the location and nature of performance bottlenecks, or how effective your test coverage is. 3 ElaTimInfo_frame =TITLE ElaTimInfo_frame =TITLE Collecting Elapsed Time Information Collecting elapsed time information gives you a broad measure of where your application is spending the most elapsed, or wall-clock, time. Elapsed time includes wait loops and other factors, both internal and external to your application, that affect how long it takes for your application to complete. To collect elapsed time information on your application: o Compile and link your application with the PCA Collector o Run your application. This causes the PCA Collector to take control of your application. PCA diplays the Collector main window on your screen. o From the File pull-down menu, create a data file into which the Collector places performance data. o Choose the Process Execution query category. o Click on the elapsed time query. o Click on Collect in the Collector main window. For information on displaying the results of the elapsed time data collection, you can refer to: o The hardcopy manual, Guide to DIGITAL Performance and Coverage Analyzer for OpenVMS Systems o The online help for the PCA Analyzer. 3 ProTimInfo_frame =TITLE ProTimInfo_frame =TITLE Collecting Process Time Information Collecting process time information on your application tells you where your application is spending the most process, or CPU, time. Process time excludes external factors such as device wait loops and system load from the data sampling on your application. Thus you get a good indication of where your application has compute- bound performance bottlenecks. To collect process time information on your application: o Compile and link your application with the PCA Collector o Run your application. This causes the PCA Collector to take control of your application. PCA diplays the Collector main window on your screen. o From the File pull-down menu, create a data file into which the Collector places performance data. o Choose the Process Execution query category. o Click on the process time query. o Click on Collect in the Collector main window. For information on displaying the results of the process time query, refer to: o The hardcopy manual, Guide to DIGITAL Performance and Coverage Analyzer for OpenVMS Systems o The online help for the PCA Analyzer. 3 TesCovInfo_frame =TITLE TesCovInfo_frame =TITLE Collecting Test Coverage Information Collecting test coverage information on your application can tell you how effectively and completely your tests exercise the codepaths in your application. Test coverage information can tell you which lines of code were, or were not, covered. To collect test coverage information on your application: o Compile and link your application with the PCA Collector o Run your application. This causes the PCA Collector to take control of your application. PCA diplays the Collector main window on your screen. o From the File pull-down menu, create a data file into which the Collector places performance data. o Choose the Coverage query category. o Click on the query related to the coverage information you are interested in. o Click on Collect in the Collector main window. For information on displaying the results of the coverage queries, refer to: o The hardcopy manual, Guide to DIGITAL Performance and Coverage Analyzer for OpenVMS Systems o The online help for the PCA Analyzer. 3 ExeCtsInfo_frame =TITLE ExeCtsInfo_frame =TITLE Collecting Execution Counts Information Collecting execution counts information tells you what parts of your application are executed most when you place breakpoints at specific program locations. Execution counts information can be very useful for giving clues to the reason why a particular routine or algorithm is consuming a lot of time. To collect counting information on your application: o Compile and link your application with the PCA Collector o Run your application. This causes the PCA Collector to take control of your application. PCA diplays the Collector main window on your screen. o From the File pull-down menu, create a data file into which the Collector places performance data. o Choose the Execution Counts query category. o Click on the query related to the exact counting information you want. o Click on Collect in the Collector main window. For information on displaying the results of the execution counts query category, refer to: o The hardcopy manual, Guide to DIGITAL Performance and Coverage Analyzer for OpenVMS Systems o The online help for the PCA Analyzer. 3 IoOpsInfo_frame =TITLE IoOpsInfo_frame =TITLE Collecting I/O Usage Information Collecting I/O usage information tells you where your application is performing I/O operations, and gives detailed information on each I/O operation it records. Collecting I/O information can give you more detailed information than you can get from collecting system services information. To collect I/O usage information on your application: o Compile and link your application with the PCA Collector o Run your application. This causes the PCA Collector to take control of your application. PCA diplays the Collector main window on your screen. o From the File pull-down menu, create a data file into which the Collector places performance data. o Choose the I/O Usage query category. o Click on the specific I/O query you are interested in getting information on. o Click on Collect in the Collector main window. For information on displaying the results of the I/O Usage queries, refer to: o The hardcopy manual, Guide to DIGITAL Performance and Coverage Analyzer for OpenVMS Systems o The online help for the PCA Analyzer. 3 SysSerInfo_frame =TITLE SysSerInfo_frame =TITLE Collecting System Service Usage Information Collecting system service usage information on your application is useful for determining where and your program calls each system service and what parts of your application use system services the most. For each system service call, PCA gathers the following data: o The system service index o The PCA address of the system service call o The current process, or CPU, time To collect system service usage information on your application: o Compile and link your application with the PCA Collector o Run your application. This causes the PCA Collector to take control of your application. PCA diplays the Collector main window on your screen. o From the File pull-down menu, create a data file into which the Collector places performance data. o Choose the System Service Uages query category. o Click on the specific system service usage query that you are interested in collecting information on. o Click on Collect in the Collector main window. For information on displaying the results of the system service usage queries, refer to: o The hardcopy manual, Guide to DIGITAL Performance and Coverage Analyzer for OpenVMS Systems o The online help for the PCA Analyzer. 3 AdaTskInfo_frame =TITLE AdaTskInfo_frame =TITLE Collecting Ada Tasking Information Collecting Ada Tasking information gives you the following tasking information on your Ada application: o What tasks are performing context switching o What Ada tasking names are used o What Ada tasking types are used o What Ada task priorities are used To collect Ada Tasking information on your application: o Compile and link your application with the PCA Collector o Run your application. This causes the PCA Collector to take control of your application. PCA diplays the Collector main window on your screen. o From the File pull-down menu, create a data file into which the Collector places performance data. o Choose the Ada Tasking query category. o Click on the query related to the specific tasking information you are interested in collecting. o Click on Collect in the Collector main window. For information on displaying the results of the Ada tasking queries, refer to: o The hardcopy manual, Guide to DIGITAL Performance and Coverage Analyzer for OpenVMS Systems o The online help for the PCA Analyzer. 3 RouCalInfo_frame =TITLE RouCalInfo_frame =TITLE Collecting Routine Calling Relationship Information Collecting Dynamic Call information on your application tells you: o Your application's call tree structure o What routines call other routines o Which routines make the most calls Unlike the static call stree structure provided by SCA, the dynamic call tree produced by PCA shows the runtime characteristics of the relationships among your application's routines during a given test run. To collect Dynamic Call information on your application: o Compile and link your application with the PCA Collector o Run your application. This causes the PCA Collector to take control of your application. PCA diplays the Collector main window on your screen. o From the File pull-down menu, create a data file into which the Collector places performance data. o Choose the Dynamic Call Information query category. o Click on the specific query related to the information you are interested in collecting. o Click on Collect in the Collector main window. For information on displaying the results of the Dynamic Call Information queries, refer to: o The hardcopy manual, Guide to DIGITAL Performance and Coverage Analyzer for OpenVMS Systems o The online help for the PCA Analyzer. 3 PagFltInfo_frame =TITLE PagFltInfo_frame =TITLE Collecting Page Fault Information Collecting Page Fault information on your application tells you where page faults are occurring and what addresses in your application are causing page faults. To collect Page Fault information on your application: o Compile and link your application with the PCA Collector o Run your application. This causes the PCA Collector to take control of your application. PCA diplays the Collector main window on your screen. o From the File pull-down menu, create a data file into which the Collector places performance data. o Choose the Page Faults query category. o Click on the query related to the specific page fault information you are interesting in collecting. o Click on Collect in the Collector main window. For information on displaying the results of the Page Faults queries, refer to: o The hardcopy manual, Guide to DIGITAL Performance and Coverage Analyzer for OpenVMS Systems o The online help for the PCA Analyzer. 3 DisPerInfo_frame =TITLE DisPerInfo_frame =TITLE Displaying Performance Results To display the results of the performance data you have collected on your application: o Invoke the Analyzer from the main PCA startup window o Select the query category you collected performance information on o Select the specific query you chose during the collection run The Analyzer diplays performance data in one of the following types of charts: o Histograms o Tables o Annotated source listings o Call trees For more information in displaying performance results, refer to: o The online help for the Analyzer o The hardcopy manual, Guide to DIGITAL Performance and Coverage Analyzer for OpenVMS Systems 3 LnkColInfo_frame =TITLE LnkColInfo_frame =TITLE Compiling and Linking Your Application With the PCA Collector To compile and link your application with the PCA Collector: 1. Compile your sources with the "/DEBUG" qualifier; This puts all the necessary symbolic information PCA needs into the object file. 2. The following steps specifies the PCA Collector as your program's "debugger": i Link your program with the "/DEBUG" qualifier; ii Define the logical name LIB$DEBUG as PCA$COLLECTOR; 3. If PCAC$DECW$DISPLAY is defined ensure it is not set to " "; 4. If PCAC$DECW$DISPLAY is undefined ensure PCA$DECW$DISPLAY is not set to " "; 5. Define a valid display device: a. Either: i Use the "SET DISPLAY/CREATE/NODE=node-name" command to define the display device; b. Or: i Define the logical name DECW$DISPLAY as a valid display device; 6. Run your program; 7. When the Collector window appears on the screen, you have successfully invoked the Collector. 3 HowToColl_frame =TITLE HowToColl_frame =TITLE How to Collect Performance Information on Your Application To collect performance information on your application: o Compile and link your application with the PCA Collector o Issue the run command for your application. This causes the PCA Collector window to appear on your screen. o In the Collector window, click on the File pull-down menu and choose New Datafile... to create a data file into which the Collector places performance data. o Click on the Query Category button to see the Query Category menu, from which you can select the category of performance data you are interested in collecting. o Click on the specific query category you are interested in. This causes the specific queries for that query category to be displayed in the query pane at the bottom half of the Collector main window. o Click on the specific query related to the information you are intersted in collecting. o Click on Collect, in the middle of the Collector main window. o Invoke the Analyzer to see the results of your performance data collection. Note that you can collect information from only one query at a time. That is, you must do a separate collection run for each query you choose. You can append the results of multiple collection runs to one performance data file, allowing you to analyze all your performance data together. For more information on collecting and displaying performance information, refer to: o The online help, which is context-sensitive. This means you can click on any object in a PCA window and get help on it by simultaneously pressing the Help key on your keyboard while you press and hold MB1 on the mouse.For more information on using online help, see the Help menu on any PCA screen. o The hardcopy manual, Guide to DIGITAL Performance and Coverage Analyzer for OpenVMS Systems 3 CCTPCAInfo_frame =TITLE CCTPCAInfo_frame =TITLE Running PCA From a Terminal 2 DECbasics_frame =TITLE DECbasics_frame =TITLE DECwindows Basics =INCLUDE pcacui About_frame =INCLUDE pcacui Glossary_frame Information about using DECwindows, such as how to use windows, dialog boxes, and scroll bars, is available from Session Manager help. A glossary of DECwindows terms is also available. To get Session Manager help: 1. Move the pointer to the Session Manager icon (the icon with your user name and the name of your system) in the Icon Box. 2. Press mouse button 1 (MB1) twice quickly to display the Session Manager window. 3. Move the pointer to the Help menu; press and hold MB1 to pull down this menu. 4. Move the pointer to the Overview menu item and release MB1 to display information about using DECwindows. 2 Glossary_frame =TITLE Glossary_frame =TITLE Glossary =INCLUDE pcacui About_frame =INCLUDE pcacui Overview_frame o Bottleneck Specific areas of an application where the performance needs to be improved. o Chart The pictorial representations of the information presented in the Analyzer. o Correlation Table A chart that shows the relationship between several kinds of information. o Counting Collection information about each and every occurrence of some event. o CPU Bound Description of a process in which the time spent executing code on a processor is greater than the time spent performing I/O operations. o Data Item Pieces of information that are gathered by the PCA Collector and presented by the PCA Analyzer. o Elapsed Time Time as measured by a clock or a watch. Elapsed time accumulates regardless of the state of the process being timed. o Granularity The amount of detail presented in a chart. En example for increasing granularity is charting a set of modules, then the routines in a particular module, then the source lines in particular routine. o Histogram A chart that graphically presents the frequency of information. o I/O Bound An I/O bound process is one in which the time spent is performing I/O operations is far greater than the time spent executing code. o Module A generic term for a collection of routines. See Routine. o Process Time Time during which a process is actually running. Another name for this is CPU process being timestime. Process time increments only when the timed is actually running on a CPU. No time is accumulated when the process is not running. o Program Element A generic term for a component of an application, such as a module, routine, line, or statement. o Routine A generic term for a function, procedure, routine, or subroutine, depending on the programming language you are using. See Module. o Query A question or inquiry made by the user. For example, "How many times were all of the routines in this application called?" o Sampling The collection os a subset of possible events that allow statistical prediction of the outcome of collecting information about the entire set. o Sampling Rate The time between sampling timer ticks. o Selection An item that the user has indicated interest in, generally by clicking on the item. o Sort Order The order in which a chart is sorted; for example, from the largest to the smallest value, alphabetically, or not at all. o Table A chart that presents values expresses by means other than percentages. o Viewpoint The perspective from which you observe data. For example, if you have collected information about the system services used by your application, you can look at this system services information from the perspective of either where system services were used or what those system services are. o Zoom In To change a chart to be of a finer granularity. o Zoom Out To change a chart to be of broader granularity. 2 uidgen_MnWind =TITLE uidgen_MnWind =TITLE PCA Collector Main Window =INCLUDE pcacui Overview_frame The main window of the Collector lets you: 1. Select an application to collect performance or coverage information on 2. Ask a question relating to the category of performance or coverage information you want to collect 3. Start the collection process For more information on the PCA Collector, see the Guide to DIGITAL Performance and Coverage Analyzer for OpenVMS Systems or topics from the Additional Topics window below. 3 uidgen_HelpBox =TITLE uidgen_HelpBox =TITLE PCA Collector Online Help Menu =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar =INCLUDE pcacui uidgen_MnWind work_area_PaneWin =INCLUDE pcacui uidgen_MnWind sel_appl_PopForm =INCLUDE pcacui uidgen_MnWind show_cont_PopForm =INCLUDE pcacui uidgen_MnWind sel_data_PopForm =INCLUDE pcacui uidgen_MnWind create_data_PopForm The Help pull-down menu contains the following information: o On Context - provides a way to get access to context-sensitive help. o On Window - provides a brief description of the Collector main window. o On Help - describes how to get access to the context-sensitive help. o On Version - identifies the product name, version number, and copyright information. You can get help in two ways: o To get help about Collector tasks, choose Overview from the Help menu. The Overview topic describes the application and lists additional topics that explain how to do common tasks when using the Collector. Double click on an additional topic for more information. o To get help about screen objects, such as data types, dialog boxes, and buttons, press and hold the HELP key while you click on the screen object in which you're interested in getting help. 3 uidgen_MenuBar =TITLE uidgen_MenuBar =TITLE PCA Collector Menu Bar =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar File_Cascade =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar Customize_Cascade =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar Help_Cascade =INCLUDE pcacui uidgen_MnWind uidgen_HelpBox =INCLUDE pcacui uidgen_MnWind work_area_PaneWin =INCLUDE pcacui uidgen_MnWind sel_appl_PopForm =INCLUDE pcacui uidgen_MnWind sel_data_PopForm =INCLUDE pcacui uidgen_MnWind create_data_PopForm The PCA Collector menu bar contains the following menus: o File - for creating a data file into which to store performance or coverage data; to select an existing data file into which the collected information is to be be placed; to select a user-written sharable image on which to collect performance or coverage information; and to exit from the Collector. o Options - for naming a specific collection run you are performing; to setting collection ranges for information; and for modifying the default sampling rate for for any of the sampling timers. o Help - for providing topical access to online help. 4 File_Cascade =TITLE File_Cascade =TITLE Using the File Pull-Down Menu =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar Customize_Cascade =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar Help_Cascade Use the File pull-down menu to: 1. Create the data file in which the collected information is to be placed. 2. Select an existing data file in which the collected information is to be placed. 3. Select a user-written sharable image on which to collect performance or coverage information. 4. Exit from the Collector. 5 Create_dfile_Btn =TITLE Create_dfile_Btn =TITLE New Datafile =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar File_Cascade =INCLUDE pcacui uidgen_MnWind create_data_PopForm =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar File_Cascade Select_dfile_Btn =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar File_Cascade Select_Image_Btn =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar File_Cascade Exit_Btn Choose New Datafile... from the File pull-down menu to create a data file in which you want the performance or coverage information collected. You should create a new data file only for your first collection run on an application. If you have already done a collection run on a specific application, you should use Select Datafile... to append new collection information to an existing data file. 5 Select_dfile_Btn =TITLE Select_dfile_Btn =TITLE Open Datafile =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar File_Cascade =INCLUDE pcacui uidgen_MnWind sel_data_PopForm =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar File_Cascade Create_dfile_Btn =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar File_Cascade Select_Image_Btn =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar File_Cascade Exit_Btn Choose Open Datafile... from the File pull-down menu to select an existing data file to which new performance or coverage information is to be appended. If you have already done a collection run on a specific application, you should use Open Datafile... to keep all your performance and coverage information on an application in one place. 5 Select_Image_Btn =TITLE Select_Image_Btn =TITLE Select Image =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar File_Cascade =INCLUDE pcacui uidgen_MnWind sel_shr_PopForm =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar File_Cascade Create_dfile_Btn =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar File_Cascade Select_dfile_Btn =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar File_Cascade Exit_Btn Choose Select Image... from the File pull-down menu to select a sharable image in which you want to collect performance or coverage information. Note that there are two kinds of sharable images: user-written, and provided. You can use PCA only with user-written sharable images. 5 Exit_Btn =TITLE Exit_Btn =TITLE Exit =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar File_Cascade =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar File_Cascade Create_dfile_Btn =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar File_Cascade Select_dfile_Btn =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar File_Cascade Select_Image_Btn Choose Exit from the File pull-down menu to terminate the current Collector session. 4 Customize_Cascade =TITLE Customize_Cascade =TITLE Using the Options Pull-Down Menu =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar File_Cascade =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar Help_Cascade The Options pull-down menu lets you control your run- time environment with the following menu items: o Collection Name... - to specify a name for a particular collection run o Counting Range... - to specify the parts of your application on which you want to collect execution count information o Coverage Range... - to specify the parts of your on which application you want to get coverage information o Interval... - to modify the default value sampling rate for any of the sampling timers 5 Set_Coll_Name_Btn =TITLE Set_Coll_Name_Btn =TITLE Collection Name =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar Customize_Cascade =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar Customize_Cascade Set_Count_Btn =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar Customize_Cascade Set_Cover_Btn =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar Customize_Cascade Set_Int_Btn Choose the Collection Name... menu item from the Options pull-down menu to associate a name and comment with a particular collection run. 5 Set_Count_Btn =TITLE Set_Count_Btn =TITLE Counting Range =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar Customize_Cascade =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar Customize_Cascade Set_Coll_Name_Btn =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar Customize_Cascade Set_Cover_Btn =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar Customize_Cascade Set_Int_Btn Choose the Counting Range... menu item from the Options pull-down menu to specify the parts of your application on which you want to obtain execution counts information. 5 Set_Cover_Btn =TITLE Set_Cover_Btn =TITLE Coverage Range =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar Customize_Cascade =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar Customize_Cascade Set_Coll_Name_Btn =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar Customize_Cascade Set_Count_Btn =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar Customize_Cascade Set_Int_Btn Choose the Coverage Range... menu item from the Options pull-down menu to specify which parts of your application you want to obtain test coverage information on. 5 Set_Int_Btn =TITLE Set_Int_Btn =TITLE Interval =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar Customize_Cascade =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar Customize_Cascade Set_Coll_Name_Btn =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar Customize_Cascade Set_Count_Btn =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar Customize_Cascade Set_Cover_Btn Choose the Interval... menu item from the Options pull- down menu to modify the default value sampling rate for the elapsed time and process time sampling timers. 4 Help_Cascade =TITLE Help_Cascade =TITLE Using the Help Menu =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar File_Cascade =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar Customize_Cascade =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar Help_Cascade on_context_Btn =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar Help_Cascade on_help_Btn =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar Help_Cascade on_window_Btns =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar Help_Cascade on_version_Btn The Help menu contains the following entries: o On Context - Converts the mouse pointer to a reverse question mark, allowing you to obtain help on any object you click on. When you click on an object, PCA displays the DECwindows Help Widget, containing help specific to the object you clicked on. o On Help - Displays the DECwindows Help Widget, containing a list of topics you can obtain help on. o On Window - Displays the DECwindows Help Widget, containing a list of topics you can obtain help on. o On Version - Displays the DECwindows Help Widget, containing the version identifier of PCA software you are running and a copyright notice. 5 on_context_Btn =TITLE on_context_Btn =TITLE Obtaining Context-Sensitive Help =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar Help_Cascade on_help_Btn =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar Help_Cascade on_window_Btn =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar Help_Cascade on_version_Btn When you click on On Context, PCA provides a fast way to obtain context-sensitive help on any object you click on in the Collector window. Note that when you click on On Context, the arrow pointer converts to a reverse question mark, indicating you are in Context-Sensitive Help mode. To revert to regular mouse input mode, click on On Context again. 5 on_help_Btn =TITLE on_help_Btn =TITLE Help on Using the PCA Collector =INCLUDE pcacui DECbasics_frame =INCLUDE pcacui About_frame =INCLUDE pcacui Glossary_frame =INCLUDE pcacui Overview_frame HowToColl_frame =INCLUDE pcacui Overview_frame LnkColInfo_frame =INCLUDE pcacui Overview_frame CCTPCAInfo_frame =INCLUDE pcacui Overview_frame DisPerInfo_frame =INCLUDE pcacui Overview_frame ElaTimInfo_frame =INCLUDE pcacui Overview_frame ProTimInfo_frame =INCLUDE pcacui Overview_frame TesCovInfo_frame =INCLUDE pcacui Overview_frame ExeCtsInfo_frame =INCLUDE pcacui Overview_frame IoOpsInfo_frame =INCLUDE pcacui Overview_frame SysSerInfo_frame =INCLUDE pcacui Overview_frame AdaTskInfo_frame =INCLUDE pcacui Overview_frame RouCalInfo_frame =INCLUDE pcacui Overview_frame PagFltInfo_frame To get help on using the Collector, you can use one of two methods: o Choose On Context from the Help menu. Then click on any object in the Collector window on which you want help. o Press and hold MB1 on any object in the Collector main window on which you want help, and press the Help key on your keyboard. 5 on_window_Btn =TITLE on_window_Btn =TITLE PCA Collector Main Window =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar Help_Cascade on_context_Btn =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar Help_Cascade on_help_Btn =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar Help_Cascade on_version_Btn PCA collects performance information on your application and lets you view that information to observe the runtime characteristics of your application, such as: o What parts of your application are executed the most o What parts of your application are compute-bound or I/O-bound o What areas of your application are, or are not, executed by tests o What the dynamic call relationships are among the routines in your application o Where page faults occur o Where you use system services With this information, PCA helps you pinpoint important qualities of your application, such as the location and nature of performance bottlenecks, or how effective your test coverage is. 5 on_version_Btn =TITLE on_version_Btn =TITLE Performance and Coverage Analyzer for OpenVMS Version V5.1 =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar Help_Cascade on_context_Btn =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar Help_Cascade on_help_Btn =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar Help_Cascade on_window_Btn ************************************************** HP CONFIDENTIAL. This software is confidential proprietary software licensed by Hewlett-Packard Development Company, L.P., and is not authorized to be used, duplicated or disclosed to anyone without the prior written permission of HP. © 2015 Copyright Hewlett-Packard Development Company, L.P. VMS SOFTWARE, INC. CONFIDENTIAL. This software is confidential proprietary software licensed by VMS Software, Inc., and is not authorized to be used, duplicated or disclosed to anyone without the prior written permission of VMS Software, Inc. © 2015 Copyright VMS Software, Inc. ************************************************** For more information about the PCA Collector, double click on Overview of PCA from the additional topics below. 3 work_area_PaneWin =TITLE work_area_PaneWin =TITLE PCA Collector Main Window =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind =INCLUDE pcacui uidgen_MnWind uidgen_HelpBox =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar =INCLUDE pcacui uidgen_MnWind sel_appl_PopForm =INCLUDE pcacui uidgen_MnWind show_cont_PopForm =INCLUDE pcacui uidgen_MnWind sel_data_PopForm =INCLUDE pcacui uidgen_MnWind create_data_PopForm The PCA Collector main window contains three main areas: o The menu bar, at the top o The main work area, in the middle o The query panel, at the bottom 4 top_Form =TITLE top_Form =TITLE Collector Main Work Area =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form In the main work area, you can do the following: o Choose a query category from the Query Category menu o Choose a query in the query panel o Start the collection run 5 appl_Lab =TITLE appl_Lab =TITLE Application Name =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form appl_text_Txt =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form data_text_Txt =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form collect_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu This field shows the name of the application that has been linked with the PCA Collector. 5 appl_text_Txt =TITLE appl_text_Txt =TITLE Application Name =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form appl_Lab =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form data_text_Txt =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form collect_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu This field shows the name of the application that has been linked with the PCA Collector. 5 data_Lab =TITLE data_Lab =TITLE Datafile Name =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form appl_text_Txt =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form data_text_Txt =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form collect_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu This field shows the name of the data file into which the Collector stores performance or coverage information. 5 data_text_Txt =TITLE data_text_Txt =TITLE Data File Name =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form appl_text_Txt =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form data_Lab =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form collect_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu This field shows the name of the data file into which the Collector stores performance or coverage information. 5 collect_Btn =TITLE collect_Btn =TITLE Starting the Collection Run =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form appl_text_Txt =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form data_text_Txt =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu After you have chosen a query from the query panel, click on Start Collection to begin the PCA information collection phase. 5 category_OptMenu =TITLE category_OptMenu =TITLE Using the Query Category Pull-Down Menu =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form appl_text_Txt =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form data_text_Txt =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form collect_Btn The Query Category pull-down menu lets you choose a category of queries to display in the Collector query pane. The available categories are: o Process Execution Information - displays queries relating to process execution information, such as elapsed time, system time, and so on. o Execution Counts - displays queries relating to execution counts of lines, modules, routines, and routine calls. o Coverage - displays queries relating to codepath coverage information. o Dynamic Call Information - displays queries relating to call tree structure and calling relationships. o I/O Usage - displays queries relating to I/O activity. o System Service Usage - displays queries relating to system service usage. o Page Faults - displays queries relating to page fault information. o ADA Usage - displays queries relating to ADA tasking information. 6 proc_query_Btn =TITLE proc_query_Btn =TITLE The Process Execution Query Category =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu count_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu io_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu cov_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu call_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu sysser_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu page_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu ada_query_Btn The Process Execution query category contains queries that relate to the following areas of performance analysis: o Elapsed time - where your application spends the most time, as measured against total elapsed time. o Process time - where your applications spends the most process, or CPU, time. o Routine calls-which routines get executed the most. 6 count_query_Btn =TITLE count_query_Btn =TITLE The Execution Counts Query Category =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu proc_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu io_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu cov_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu call_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu sysser_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu page_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu ada_query_Btn The Execution Counts query category contains queries that relate to collecting the following: o Lines executed the most o Routines executed the most o Modules executed the most 6 io_query_Btn =TITLE io_query_Btn =TITLE The I/O Usage Query Category =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu proc_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu count_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu cov_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu call_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu sysser_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu page_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu ada_query_Btn The I/O Usage query categoey contains queries that relate to collecting the following information on your application: o Where I/O is being done o What I/O system services are being used o Where I/O reads or writes are being used o Number of I/O read or write counts o Where I/O reads and writes are used o Files involved in I/O o Record sizes 6 cov_query_Btn =TITLE cov_query_Btn =TITLE The Coverage Query Category =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu proc_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu count_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu io_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu call_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu sysser_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu page_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu ada_query_Btn The Coverage query category contains queries that relate to collecting the following information that results from executing tests: o What percentage of the application was covered by the tests o Where the application is and is not covered by the tests o Where the application is acceptably not covered (ANC) 6 call_query_Btn =TITLE call_query_Btn =TITLE The Dynamic Call Information Query Category =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu proc_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu count_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu io_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu cov_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu sysser_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu page_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu ada_query_Btn The Dynamic Call Information query category contains queries that relate to collecting the following information: o Your program's call tree structure o What routines call what other routines o Which routines make the most calls 6 sysser_query_Btn =TITLE sysser_query_Btn =TITLE The System Service Usage Query Category =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu proc_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu count_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu io_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu cov_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu call_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu page_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu ada_query_Btn The System Service Usage query category contains queries that relate to finding: o Where system services are used o What system services are used 6 page_query_Btn =TITLE page_query_Btn =TITLE The Page Faults Query Category =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu proc_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu count_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu io_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu cov_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu call_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu sysser_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu ada_query_Btn The Page Faults query category contains queries that relate to showing: o Where page faults are occurring o What addresses are causing page faults 6 ada_query_Btn =TITLE ada_query_Btn =TITLE The Ada Usage Query Category =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu proc_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu count_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu io_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu cov_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu call_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu sysser_query_Btn =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form category_OptMenu page_query_Btn The Ada Usage query category contains queries that relate to finding: o What tasks are performing context switching o What Ada tasking names are used o What Ada tasking types used o What Ada task priorities are used 4 query_Form =TITLE query_Form =TITLE Main Query Window =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin =INCLUDE pcacui uidgen_MnWind work_area_PaneWin top_Form The main query window displays the queries associated with the query category you have chosen. If there are more queries than can be displayed in one view, a scroll bar appears in the right margin, allowing you to scroll through the entire list of queries. Click on the appropriate query for the current collection run, and click on Start Collection to begin the PCA collection phase. 5 query_ScrWind =TITLE query_ScrWind =TITLE Using the Query Scroll Window =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form The Query Scroll Window displays the queries contained in the current query category. If not all the queries of the current category can fit in the window, a vertical scroll bar is displayed in the right margin, which allows you to scroll through the entire list of queries. 6 scroll_Form =TITLE scroll_Form =TITLE Query Panel =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind The query panel displays the queries in the current query category. 7 proc_query_Form =TITLE proc_query_Form =TITLE Process Execution Query Category =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form count_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form cov_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form call_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form sysser_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form page_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form ada_query_Form Click on one of the queries contained in the Process Execution query category radio box. You can use the vertical scroll bar in the right margin of this radio box to scroll to queries appearing later in the list. You cannot click on more than one query at a time. 8 elapsed_time_Tgl =TITLE elapsed_time_Tgl =TITLE Elapsed Time Query =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form proc_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form proc_query_Form process_time_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form proc_query_Form prtn_calls_Tgl Click on this button to collect information on where in your application the most elapsed time is spent. 8 process_time_Tgl =TITLE process_time_Tgl =TITLE Process Time Query =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form proc_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form proc_query_Form elapsed_time_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form proc_query_Form prtn_calls_Tgl Click on this button to collect information on where in your application that most process, or CPU, time is spent. 8 prtn_calls_Tgl =TITLE prtn_calls_Tgl =TITLE Called Execution Query =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form proc_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form proc_query_Form elapsed_time_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form proc_query_Form process_time_Tgl Click on this button to collect information on which routines are executed the most in your application. 8 prtn_callers_Tgl =TITLE prtn_callers_Tgl =TITLE Routine Execution Query =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form proc_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form proc_query_Form elapsed_time_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form proc_query_Form process_time_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form proc_query_Form prtn_calls_Tgl Click on this button to collect information identifying which routines make the most calls. 7 count_query_Form =TITLE count_query_Form =TITLE Execution Counts Query Panel =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form proc_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form cov_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form call_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form sysser_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form page_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form ada_query_Form The query panel displays the queries from the Execution Counts query category. 8 lines_Tgl =TITLE lines_Tgl =TITLE Line Execution Counts Query =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form count_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form count_query_Form routines_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form count_query_Form modules_Tgl Click on this button to collect information identifying which lines are executed the most. 8 routines_Tgl =TITLE routines_Tgl =TITLE Routine Execution Counts Query =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form count_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form count_query_Form lines_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form count_query_Form modules_Tgl Click on this button to collect information identifying which routines are executed the most. 8 modules_Tgl =TITLE modules_Tgl =TITLE Module Execution Counts Query =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form count_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form count_query_Form routines_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form count_query_Form lines_Tgl Click on this button to collect information identifying which modules in your application are executed the most. 8 rtn_callers_Tgl =TITLE rtn_callers_Tgl =TITLE Routines Making the Most Calls Query =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form count_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form count_query_Form routines_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form count_query_Form lines_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form count_query_Form modules_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form count_query_Form rtn_callees_Tgl Click on this button to collect information identifying which routines in your application make the most calls. 7 io_query_Form =TITLE io_query_Form =TITLE I/O Usage Query Panel =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form proc_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form count_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form cov_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form call_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form sysser_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form page_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form ada_query_Form This panel contains the queries in the I/O Usage query category. 8 io_done_Tgl =TITLE io_done_Tgl =TITLE I/O Location Query =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_serv_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_read_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_read_num_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_write_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_write_num_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_phys_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_file_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_file_vbn_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_file_key_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_rec_siz_Tgl Click on this button to collect information on I/O operations being executed in your application. 8 io_serv_Tgl =TITLE io_serv_Tgl =TITLE I/O System Services Query =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_done_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_read_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_read_num_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_write_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_write_num_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_phys_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_file_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_file_vbn_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_file_key_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_rec_siz_Tgl Click on this button to collect information on I/O system services being used in your application. 8 io_read_Tgl =TITLE io_read_Tgl =TITLE I/O Reads Query =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_done_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_serv_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_read_num_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_write_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_write_num_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_phys_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_file_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_file_vbn_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_file_key_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_rec_siz_Tgl Click on this button to collect information identifying I/O reads being used in your application. 8 io_read_num_Tgl =TITLE io_read_num_Tgl =TITLE I/O Read Counts Query =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_done_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_serv_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_read_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_write_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_write_num_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_phys_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_file_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_file_vbn_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_file_key_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_rec_siz_Tgl Click on this button to collect information identifying the total number of I/O read operations being performed in your application. 8 io_write_Tgl =TITLE io_write_Tgl =TITLE I/O Write Locations Query =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_done_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_serv_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_read_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_read_num_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_write_num_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_phys_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_file_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_file_vbn_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_file_key_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_rec_siz_Tgl Click on this button to collect information on the I/O write operations being performed in your application. 8 io_write_num_Tgl =TITLE io_write_num_Tgl =TITLE I/O Write Counts Query =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_done_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_serv_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_read_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_read_num_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_write_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_phys_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_file_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_file_vbn_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_file_key_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_rec_siz_Tgl Click on this button to collect information identifying the total number of I/O write operations being performed in your application. 8 io_phys_Tgl =TITLE io_phys_Tgl =TITLE I/O Read and Write Locations Query =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_done_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_serv_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_read_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_read_num_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_write_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_write_num_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_file_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_file_vbn_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_file_key_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_rec_siz_Tgl Click on this button to collect information on I/O read and write operations being performed in your application. 8 io_file_Tgl =TITLE io_file_Tgl =TITLE I/O Files Query =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_done_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_serv_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_read_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_read_num_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_write_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_write_num_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_phys_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_file_vbn_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_file_key_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_rec_siz_Tgl Click on this button to collect information on files involved in I/O operations in your application. 8 io_file_vbn_Tgl =TITLE io_file_vbn_Tgl =TITLE Virtual Block Number Usage Query =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_done_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_serv_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_read_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_read_num_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_write_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_write_num_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_phys_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_file_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_file_key_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_rec_siz_Tgl Click on this button to collect information on what file virtual block numbers are being used in your application. 8 io_file_key_Tgl =TITLE io_file_key_Tgl =TITLE File Key Usage Query =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_done_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_serv_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_read_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_read_num_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_write_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_write_num_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_phys_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_file_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_file_vbn_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_rec_siz_Tgl Click on this button to collect information on file keys being used in your application. 8 io_rec_siz_Tgl =TITLE io_rec_siz_Tgl =TITLE Record Size Usage Query =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_done_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_serv_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_read_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_read_num_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_write_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_write_num_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_phys_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_file_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_file_vbn_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form io_file_key_Tgl Click on this button to collect information on record sizes being used in your application. 7 cov_query_Form =TITLE cov_query_Form =TITLE Coverage Query Category =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form proc_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form count_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form call_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form sysser_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form page_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form ada_query_Form Click on one of the queries contained in the Coverage query category radio box. You can use the vertical scroll bar in the right margin of this radio box to scroll to queries appearing later in the list. You cannot click on more than one query at a time. 8 app_cov_Tgl =TITLE app_cov_Tgl =TITLE Percent Coverage Query =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form cov_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form cov_query_Form cover_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form cov_query_Form non_cover_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form cov_query_Form anc_cover_Tgl Click on this button to collect information on the percentage of your application being covered by tests. 8 cover_Tgl =TITLE cover_Tgl =TITLE Test Coverage Query =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form cov_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form cov_query_Form app_cov_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form cov_query_Form non_cover_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form cov_query_Form anc_cover_Tgl Click on this button to collect information on what parts of your application are covered by tests. 8 non_cover_Tgl =TITLE non_cover_Tgl =TITLE Noncoverage Query =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form cov_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form cov_query_Form app_cov_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form cov_query_Form cover_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form cov_query_Form anc_cover_Tgl Click on this button to collect information identifying the parts of your application that are covered by tests. 8 anc_cover_Tgl =TITLE anc_cover_Tgl =TITLE Acceptable Noncoverage Query =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form cov_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form cov_query_Form app_cov_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form cov_query_Form cover_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form cov_query_Form non_cover_Tgl Click on this button to collect information identifying the parts of your application that have been designated acceptably noncovered (ANC). 7 call_query_Form =TITLE call_query_Form =TITLE Dynamic Call Information Query Category =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form proc_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form count_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form cov_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form sysser_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form page_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form ada_query_Form Click on one of the queries contained in the Dynamic Relationships query category panel. You can use the vertical scroll bar in the right margin of this radio box to scroll to queries appearing later in the list. You cannot click on more than one query at a time. 8 call_show_Tgl =TITLE call_show_Tgl =TITLE Call Tree Structure Query =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form call_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form call_query_Form call_callers_Tgl Click on this button to collect information on the call tree structure of your application. 8 call_callees_Tgl =TITLE call_callees_Tgl =TITLE Routines That Call Other Routines Query =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form call_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form call_query_Form call_show_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form call_query_Form call_callers_Tgl Click on this button to collect information identifying the routines in your application that call other routines. 8 call_callers_Tgl =TITLE call_callers_Tgl =TITLE Most Calls Routines Query =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form call_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form call_query_Form call_show_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form call_query_Form call_callees_Tgl Click on this button to collect information identifying the routines in your application that make the most calls. 7 sysser_query_Form =TITLE sysser_query_Form =TITLE System Services Query Category =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form proc_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form count_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form cov_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form call_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form page_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form ada_query_Form Click on one of the queries contained in the System Services query category panel. You can use the vertical scroll bar in the right margin of the panel to scroll to queries appearing later in the list. You cannot click on more than one query at a time. 8 sysser_where_Tgl =TITLE sysser_where_Tgl =TITLE System Service Location Query =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form sysser_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form sysser_query_Form sysser_what_Tgl Click on this button to collect information identifying where system services are being used in your application. 8 sysser_what_Tgl =TITLE sysser_what_Tgl =TITLE System Service Usage Query =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form sysser_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form sysser_query_Form sysser_where_Tgl Click on this button to collect information identifying what system services are being used in your application. 7 page_query_Form =TITLE page_query_Form =TITLE Page Faults Query Category =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form proc_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form count_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form cov_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form call_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form sysser_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form ada_query_Form Click on one of the queries contained in the Page Faults query category panel. You can use the vertical scroll bar in the right margin of this radio box to scroll to queries appearing later in the list. You cannot click on more than one query at a time. 8 page_where_Tgl =TITLE page_where_Tgl =TITLE Page Fault Location Query =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form page_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form page_query_Form page_address_Tgl Click on this button to collect information identifying where page faults occur in your application. 8 page_address_Tgl =TITLE page_address_Tgl =TITLE Page Fault Address Query =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form page_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form page_query_Form page_where_Tgl Click on this button to collect information identifying the addresses in your application that cause page faults to occur. 7 ada_query_Form =TITLE ada_query_Form =TITLE Ada Query Category =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form proc_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form count_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form io_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form cov_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form call_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form sysser_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form page_query_Form Click on one of the queries contained in the Ada query category panel. You can use the vertical scroll bar in the right margin of this radio box to scroll to queries appearing later in the list. You cannot click on more than one query at a time. 8 ada_where_Tgl =TITLE ada_where_Tgl =TITLE Context Switching Query =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form ada_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form ada_query_Form ada_task_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form ada_query_Form ada_type_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form ada_query_Form ada_prior_Tgl Click on this button to collect information identifying what tasks in your application perform context switching. 8 ada_task_Tgl =TITLE ada_task_Tgl =TITLE Ada Tasking Names Query =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form ada_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form ada_query_Form ada_where_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form ada_query_Form ada_type_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form ada_query_Form ada_prior_Tgl Click on this button to collect information identifying what Ada tasking names are used in your application. 8 ada_type_Tgl =TITLE ada_type_Tgl =TITLE Ada Tasking Types Query =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form ada_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form ada_query_Form ada_where_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form ada_query_Form ada_task_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form ada_query_Form ada_prior_Tgl Click on this button to collect information identifying what Ada tasking types are used in your application. 8 ada_prior_Tgl =TITLE ada_prior_Tgl =TITLE Ada Task Priorities Query =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form ada_query_Form =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form ada_query_Form ada_where_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form ada_query_Form ada_task_Tgl =INCLUDE pcacui uidgen_MnWind work_area_PaneWin query_Form query_ScrWind scroll_Form ada_query_Form ada_type_Tgl Click on this button to collect information identifying what Ada task priorities are used in your application. 3 sel_data_PopForm =TITLE sel_data_PopForm =TITLE Selecting a Data File =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind =INCLUDE pcacui uidgen_MnWind uidgen_HelpBox =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar =INCLUDE pcacui uidgen_MnWind work_area_PaneWin =INCLUDE pcacui uidgen_MnWind sel_appl_PopForm =INCLUDE pcacui uidgen_MnWind show_cont_PopForm Choose the directory and file specification of the data file you want to use by double-clicking, respectively, on the directory and file name you want. You can use the Filter box to limit the number of directories and files that are displayedin the Directories and Files windows, respectively. You can choose a data file by double-clicking on it, or by typing in the full specifications of the data file in the Selection box. 4 sel_data_FilSelB =TITLE sel_data_FilSelB =TITLE File Selection Box =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind sel_data_PopForm If you double click on data file in the Files window, the data file name appears in the Selection box. You can also type in the name of a data file in this box. 3 create_data_PopForm =TITLE create_data_PopForm =TITLE Creating a Data File =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind =INCLUDE pcacui uidgen_MnWind uidgen_HelpBox =INCLUDE pcacui uidgen_MnWind uidgen_MenuBar =INCLUDE pcacui uidgen_MnWind work_area_PaneWin =INCLUDE pcacui uidgen_MnWind sel_appl_PopForm =INCLUDE pcacui uidgen_MnWind show_cont_PopForm You can create a data file by entering a name into the Selection box at the bottom. 4 create_data_FilSelB =TITLE create_data_FilSelB =TITLE File Selection Box =INCLUDE pcacui Overview_frame =INCLUDE pcacui uidgen_MnWind create_data_PopForm You can create a data file by entering a name into the Selection box at the bottom. 3 Warning_Warn =TITLE Warning_Warn =TITLE Warning You have generated an error with a severity level of Warning. 2 set_int_PopBultn =TITLE set_int_PopBultn =TITLE Setting a Sampling Rate =INCLUDE pcacui Overview_frame =INCLUDE pcacui Glossary_frame =INCLUDE pcacui set_int_PopBultn set_int_Form You can modify the default sampling interval rate for elapsed time and process time. To modify the default sampling interval rate for elapsed time, click on the box next to Elapsed Time sampling rate and choose on the the sampling rates displayed in the pull-down menu that appears. To modify the default sampling interval rate for process time, click on the box next to Process Time sampling rate and choose on the the sampling rates displayed in the pull-down menu that appears. 3 set_int_Form =TITLE set_int_Form =TITLE Sampling Rate Options Menu =INCLUDE pcacui Overview_frame =INCLUDE pcacui set_int_PopBultn =INCLUDE pcacui set_int_PopBultn set_int_Form set_int_Lab Click on the button containing an interval rate to display a menu, which contains choices for the available sampling rates. 4 set_int_Lab =TITLE set_int_Lab =TITLE Sampling Rate Menu =INCLUDE pcacui Overview_frame =INCLUDE pcacui set_int_PopBultn set_int_Form =INCLUDE pcacui set_int_PopBultn set_int_Form winterval_OptMenu =INCLUDE pcacui set_int_PopBultn set_int_Form pinterval_OptMenu =INCLUDE pcacui set_int_PopBultn set_int_Form int_ok_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form int_apply_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form int_cancel_Btn Click on the interval box to the left to display a menu containing the available sampling rates. 4 winterval_OptMenu =TITLE winterval_OptMenu =TITLE Elapsed Time Sampling Interval Options Menu =INCLUDE pcacui Overview_frame =INCLUDE pcacui set_int_PopBultn set_int_Form =INCLUDE pcacui set_int_PopBultn set_int_Form set_int_Lab =INCLUDE pcacui set_int_PopBultn set_int_Form pinterval_OptMenu =INCLUDE pcacui set_int_PopBultn set_int_Form int_ok_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form int_apply_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form int_cancel_Btn Choose a sampling rate to be used in elapsed time information collection. 5 wint_10_Btn =TITLE wint_10_Btn =TITLE 10 Msecs =INCLUDE pcacui Overview_frame =INCLUDE pcacui set_int_PopBultn set_int_Form winterval_OptMenu =INCLUDE pcacui set_int_PopBultn set_int_Form winterval_OptMenu wint_20_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form winterval_OptMenu wint_50_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form winterval_OptMenu wint_100_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form winterval_OptMenu wint_500_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form winterval_OptMenu wint_1000_Btn Choose 10 msecs to set the elapsed time sampling interval to 10 milliseconds. 5 wint_20_Btn =TITLE wint_20_Btn =TITLE 20 Msecs =INCLUDE pcacui Overview_frame =INCLUDE pcacui set_int_PopBultn set_int_Form winterval_OptMenu =INCLUDE pcacui set_int_PopBultn set_int_Form winterval_OptMenu wint_10_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form winterval_OptMenu wint_50_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form winterval_OptMenu wint_100_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form winterval_OptMenu wint_500_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form winterval_OptMenu wint_1000_Btn Choose 20 msecs to set the elapsed time sampling interval to 20 milliseconds. 5 wint_50_Btn =TITLE wint_50_Btn =TITLE 50 Msecs =INCLUDE pcacui Overview_frame =INCLUDE pcacui set_int_PopBultn set_int_Form winterval_OptMenu =INCLUDE pcacui set_int_PopBultn set_int_Form winterval_OptMenu wint_10_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form winterval_OptMenu wint_20_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form winterval_OptMenu wint_100_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form winterval_OptMenu wint_500_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form winterval_OptMenu wint_1000_Btn Choose 50 msecs to set the elapsed time sampling interval to 50 milliseconds. 5 wint_100_Btn =TITLE wint_100_Btn =TITLE 100 Msecs =INCLUDE pcacui Overview_frame =INCLUDE pcacui set_int_PopBultn set_int_Form winterval_OptMenu =INCLUDE pcacui set_int_PopBultn set_int_Form winterval_OptMenu wint_10_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form winterval_OptMenu wint_20_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form winterval_OptMenu wint_50_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form winterval_OptMenu wint_500_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form winterval_OptMenu wint_1000_Btn Choose 100 msecs to set the elapsed time sampling interval to 100 milliseconds. 5 wint_500_Btn =TITLE wint_500_Btn =TITLE 500 Msecs =INCLUDE pcacui Overview_frame =INCLUDE pcacui set_int_PopBultn set_int_Form winterval_OptMenu =INCLUDE pcacui set_int_PopBultn set_int_Form winterval_OptMenu wint_10_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form winterval_OptMenu wint_20_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form winterval_OptMenu wint_50_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form winterval_OptMenu wint_100_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form winterval_OptMenu wint_1000_Btn Choose 500 msecs to set the elapsed time sampling interval to 500 milliseconds. 5 wint_1000_Btn =TITLE wint_1000_Btn =TITLE 1000 Msecs =INCLUDE pcacui Overview_frame =INCLUDE pcacui set_int_PopBultn set_int_Form winterval_OptMenu =INCLUDE pcacui set_int_PopBultn set_int_Form winterval_OptMenu wint_10_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form winterval_OptMenu wint_20_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form winterval_OptMenu wint_50_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form winterval_OptMenu wint_100_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form winterval_OptMenu wint_500_Btn Choose 1000 msecs to set the elapsed time sampling interval to 1000 milliseconds. 4 pinterval_OptMenu =TITLE pinterval_OptMenu =TITLE Process Time Sampling Interval Menu =INCLUDE pcacui Overview_frame =INCLUDE pcacui set_int_PopBultn set_int_Form =INCLUDE pcacui set_int_PopBultn set_int_Form set_int_Lab =INCLUDE pcacui set_int_PopBultn set_int_Form winterval_OptMenu =INCLUDE pcacui set_int_PopBultn set_int_Form int_ok_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form int_apply_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form int_cancel_Btn Choose a sampling rate to be used in process time information collection. 5 pint_10_Btn =TITLE pint_10_Btn =TITLE 10 Msecs =INCLUDE pcacui Overview_frame =INCLUDE pcacui set_int_PopBultn set_int_Form pinterval_OptMenu =INCLUDE pcacui set_int_PopBultn set_int_Form pinterval_OptMenu pint_20_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form pinterval_OptMenu pint_50_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form pinterval_OptMenu pint_100_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form pinterval_OptMenu pint_500_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form pinterval_OptMenu pint_1000_Btn Choose 10 msecs to set the process time sampling interval to 10 milliseconds. 5 pint_20_Btn =TITLE pint_20_Btn =TITLE 20 Msecs =INCLUDE pcacui Overview_frame =INCLUDE pcacui set_int_PopBultn set_int_Form pinterval_OptMenu =INCLUDE pcacui set_int_PopBultn set_int_Form pinterval_OptMenu pint_10_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form pinterval_OptMenu pint_50_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form pinterval_OptMenu pint_100_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form pinterval_OptMenu pint_500_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form pinterval_OptMenu pint_1000_Btn Choose 20 msecs to set the process time sampling interval to 20 milliseconds. 5 pint_50_Btn =TITLE pint_50_Btn =TITLE 50 Msecs =INCLUDE pcacui Overview_frame =INCLUDE pcacui set_int_PopBultn set_int_Form pinterval_OptMenu =INCLUDE pcacui set_int_PopBultn set_int_Form pinterval_OptMenu pint_10_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form pinterval_OptMenu pint_20_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form pinterval_OptMenu pint_100_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form pinterval_OptMenu pint_500_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form pinterval_OptMenu pint_1000_Btn Choose 50 msecs to set the process time sampling interval to 50 milliseconds. 5 pint_100_Btn =TITLE pint_100_Btn =TITLE 100 Msecs =INCLUDE pcacui Overview_frame =INCLUDE pcacui set_int_PopBultn set_int_Form pinterval_OptMenu =INCLUDE pcacui set_int_PopBultn set_int_Form pinterval_OptMenu pint_10_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form pinterval_OptMenu pint_20_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form pinterval_OptMenu pint_50_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form pinterval_OptMenu pint_500_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form pinterval_OptMenu pint_1000_Btn Choose 100 msecs to set the process time sampling interval to 100 milliseconds. 5 pint_500_Btn =TITLE pint_500_Btn =TITLE 500 Msecs =INCLUDE pcacui Overview_frame =INCLUDE pcacui set_int_PopBultn set_int_Form pinterval_OptMenu =INCLUDE pcacui set_int_PopBultn set_int_Form pinterval_OptMenu pint_10_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form pinterval_OptMenu pint_20_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form pinterval_OptMenu pint_50_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form pinterval_OptMenu pint_100_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form pinterval_OptMenu pint_1000_Btn Choose 500 msecs to set the process time sampling interval to 500 milliseconds. 5 pint_1000_Btn =TITLE pint_1000_Btn =TITLE 1000 Msecs =INCLUDE pcacui Overview_frame =INCLUDE pcacui set_int_PopBultn set_int_Form pinterval_OptMenu =INCLUDE pcacui set_int_PopBultn set_int_Form pinterval_OptMenu pint_10_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form pinterval_OptMenu pint_20_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form pinterval_OptMenu pint_50_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form pinterval_OptMenu pint_100_Btn =INCLUDE pcacui set_int_PopBultn set_int_Form pinterval_OptMenu pint_500_Btn Choose 1000 msecs to set the process time sampling interval to 1000 milliseconds. 4 int_ok_Btn =TITLE int_ok_Btn =TITLE Ok Button Click on Ok to accept the current settings of the dialog box and dismiss the dialog box. 4 int_apply_Btn =TITLE int_apply_Btn =TITLE Apply Button Click on Apply to accept the current settings of the dialog box. This action does not dismiss the dialog box. 4 int_cancel_Btn =TITLE int_cancel_Btn =TITLE Cancel Button Click on Cancel to nullify any changes made within the dialog box and to dismiss the dialog box. 2 set_range_PopBultn =TITLE set_range_PopBultn =TITLE Customizing Execution Counts Program Elements =INCLUDE pcacui Overview_frame =INCLUDE pcacui Glossary_frame =INCLUDE pcacui set_range_PopBultn =INCLUDE pcacui set_range_PopBultn set_range_Form Use the Counting Elements dialog box to specify the elements of your application on which you want to collect counting information. You can collect counting information on: o All the routines in your application o All the lines in your application o Specific routines in your application 3 set_range_Form =TITLE set_range_Form =TITLE Using the Counting Elements Dialog Box =INCLUDE pcacui Overview_frame =INCLUDE pcacui Glossary_frame =INCLUDE pcacui set_range_PopBultn set_range_Form range_Lab Use the Counting Elements dialog box to specify the elements of your application on which you want to collect counting information. You can collect counting information on: o All the routines in your application o All the lines in your application o Specific routines in your application 4 range_Lab =TITLE range_Lab =TITLE Specifying Counting Elements =INCLUDE pcacui Overview_frame =INCLUDE pcacui Glossary_frame =INCLUDE pcacui set_range_PopBultn set_range_Form range_Lab All_Routines_Tgl =INCLUDE pcacui set_range_PopBultn set_range_Form range_Lab All_Lines_Tgl =INCLUDE pcacui set_range_PopBultn set_range_Form range_Lab Some_Modules_Tgl Use the Counting Elements dialog box to specify the elements of your application on which you want to collect counting information. You can collect counting information on: o All the routines in your application o All the lines in your application o Specific routines in your application 4 range_Radio =TITLE range_Radio =TITLE Counting Elements =INCLUDE pcacui Overview_frame =INCLUDE pcacui Glossary_frame =INCLUDE pcacui set_range_PopBultn set_range_Form range_Lab All_Routines_Tgl =INCLUDE pcacui set_range_PopBultn set_range_Form range_Lab All_Lines_Tgl =INCLUDE pcacui set_range_PopBultn set_range_Form range_Lab Some_Modules_Tgl You can click on: o All Routines - to collect counting information on all the routines in your application o All Lines - to collect counting information on all the lines in your application o Specific Elements... - to specify individual routines in your application on which to collect counting information. 5 All_Routines_Tgl =TITLE All_Routines_Tgl =TITLE All Routines Click on All Routines to collect counting information on all the routines in your application. 5 All_Lines_Tgl =TITLE All_Lines_Tgl =TITLE All Lines Click on All Lines to collect coverage information on all the lines in your application. 5 Some_Modules_Tgl =TITLE Some_Modules_Tgl =TITLE Specific Elements... Click on Specific Elements... to collect counting information on specific program elements in your application. When you click on Specific Elements..., the Collector displays the Specific Elements dialog box, in which you can select specific routines to collect counting information on. 4 range_ok_Btn =TITLE range_ok_Btn =TITLE Ok Button Click on the Ok button to accept the current settings of the dialog box and to dismiss the dialog box. 4 range_cancel_Btn =TITLE range_cancel_Btn =TITLE Cancel Button Click on Cancel to cancel the current settings of the dialog box and to dismiss the dialog box. 2 cov_range_PopBultn =TITLE cov_range_PopBultn =TITLE Customizing Coverage Program Elements =INCLUDE pcacui Overview_frame =INCLUDE pcacui Glossary_frame =INCLUDE pcacui cov_range_PopBultn cov_range_Form Use the Coverage Elements dialog box to specify the elements of your application on which you want to collect coverage information. You can collect coverage information on: o All the routines in your application o All the lines in your application o Specific routines in your application 3 cov_range_Form =TITLE cov_range_Form =TITLE Using the Coverage Elements Dialog Box =INCLUDE pcacui Overview_frame =INCLUDE pcacui Glossary_frame =INCLUDE pcacui cov_range_PopBultn cov_range_Form cov_Lab Use the Coverage Elements dialog box to specify the elements of your application on which you want to collect coverage information. You can collect coverage information on: o All the routines in your application o All the lines in your application o Specific routines in your application 4 cov_Lab =TITLE cov_Lab =TITLE Specifying Coverage Elements =INCLUDE pcacui Overview_frame =INCLUDE pcacui Glossary_frame =INCLUDE pcacui cov_range_PopBultn cov_range_Form cov_Lab Cov_Routines_Tgl =INCLUDE pcacui cov_range_PopBultn cov_range_Form cov_Lab Cov_Lines_Tgl =INCLUDE pcacui cov_range_PopBultn cov_range_Form cov_Lab Cov_Modules_Tgl Use the Coverage Elements dialog box to specify the elements of your application on which you want to collect coverage information. You can collect coverage information on: o All the routines in your application o All the lines in your application o Specific routines in your application 4 cov_Radio =TITLE cov_Radio =TITLE Coverage Elements =INCLUDE pcacui Overview_frame =INCLUDE pcacui Glossary_frame =INCLUDE pcacui cov_range_PopBultn cov_range_Form cov_Radio Cov_Routines_Tgl =INCLUDE pcacui cov_range_PopBultn cov_range_Form cov_Radio Cov_Lines_Tgl =INCLUDE pcacui cov_range_PopBultn cov_range_Form cov_Radio Cov_Modules_Tgl You can click on: o All Routines - to collect coverage information on all the routines in your application o All Lines - to collect coverage information on all the lines in your application o Specific Elements... - to specify individual routines in your application on which to collect coverage information. 5 Cov_Routines_Tgl =TITLE Cov_Routines_Tgl =TITLE All Routines Click on All Routines to collect coverage information on all the routines in your application. 5 Cov_Lines_Tgl =TITLE Cov_Lines_Tgl =TITLE All Lines Click on All Lines to obtain coverage information on each line in your application. 5 Cov_Modules_Tgl =TITLE Cov_Modules_Tgl =TITLE Specific Elements... Click on Specific Elements... to get a dialog box in which to select the specific routines or modules in your application on which to collect coverage information. 4 cov_ok_Btn =TITLE cov_ok_Btn =TITLE Ok Button Click on Ok to accept the current settings of the dialog box and to dismiss the dialog box. 4 cov_cancel_Btn =TITLE cov_cancel_Btn =TITLE Cancel Button Click on Cancel to nullify the current settings of the dialog box and to dismiss the dialog box. 2 set_cn_PopBultn =TITLE set_cn_PopBultn =TITLE Set Collection Name Dialog Box =INCLUDE pcacui Overview_frame =INCLUDE pcacui Glossary_frame =INCLUDE pcacui set_cn_PopBultn set_cn_Form Use the Collection Name dialog box to attach a meaningful name and comment to a particular collection run. Type in the name for the collection in the box next to Collection Name:, and a comment in the box next to Collection Description:. 3 set_cn_Form =TITLE set_cn_Form =TITLE Setting a Collection Name =INCLUDE pcacui Overview_frame =INCLUDE pcacui Glossary_frame =INCLUDE pcacui set_cn_PopBultn set_cn_Form coll_name_Lab =INCLUDE pcacui set_cn_PopBultn set_cn_Form coll_name_Txt =INCLUDE pcacui set_cn_PopBultn set_cn_Form coll_desc_Lab =INCLUDE pcacui set_cn_PopBultn set_cn_Form coll_desc_Txt Use the Set Collection Name dialog box to assign a name to the current collection run. This can be useful for discriminating among multiple collection runs for your application during the Analysis phase. 4 coll_name_Lab =TITLE coll_name_Lab =TITLE Collection Name =INCLUDE pcacui Overview_frame =INCLUDE pcacui set_cn_PopBultn set_cn_Form =INCLUDE pcacui set_cn_PopBultn set_cn_Form coll_name_Txt =INCLUDE pcacui set_cn_PopBultn set_cn_Form coll_desc_Lab =INCLUDE pcacui set_cn_PopBultn set_cn_Form coll_desc_Txt =INCLUDE pcacui set_cn_PopBultn set_cn_Form cn_ok_Btn =INCLUDE pcacui set_cn_PopBultn set_cn_Form cn_apply_Btn =INCLUDE pcacui set_cn_PopBultn set_cn_Form cn_cancel_Btn Type in the name you wish to assign to the current collection run. 4 coll_name_Txt =TITLE coll_name_Txt =TITLE Entering a Collection Name =INCLUDE pcacui Overview_frame =INCLUDE pcacui set_cn_PopBultn set_cn_Form =INCLUDE pcacui set_cn_PopBultn set_cn_Form coll_name_Lab =INCLUDE pcacui set_cn_PopBultn set_cn_Form coll_desc_Lab =INCLUDE pcacui set_cn_PopBultn set_cn_Form coll_desc_Txt =INCLUDE pcacui set_cn_PopBultn set_cn_Form cn_ok_Btn =INCLUDE pcacui set_cn_PopBultn set_cn_Form cn_apply_Btn =INCLUDE pcacui set_cn_PopBultn set_cn_Form cn_cancel_Btn Type in the name for the collection in the box next to Collection Name. 4 coll_desc_Lab =TITLE coll_desc_Lab =TITLE Collection Description =INCLUDE pcacui Overview_frame =INCLUDE pcacui set_cn_PopBultn set_cn_Form =INCLUDE pcacui set_cn_PopBultn set_cn_Form coll_name_Lab =INCLUDE pcacui set_cn_PopBultn set_cn_Form coll_name_Txt =INCLUDE pcacui set_cn_PopBultn set_cn_Form coll_desc_Txt =INCLUDE pcacui set_cn_PopBultn set_cn_Form cn_ok_Btn =INCLUDE pcacui set_cn_PopBultn set_cn_Form cn_apply_Btn =INCLUDE pcacui set_cn_PopBultn set_cn_Form cn_cancel_Btn Type in a comment for the collection in the box next to Collection Description. 4 coll_desc_Txt =TITLE coll_desc_Txt =TITLE Entering a Collection Description =INCLUDE pcacui Overview_frame =INCLUDE pcacui set_cn_PopBultn set_cn_Form =INCLUDE pcacui set_cn_PopBultn set_cn_Form coll_name_Lab =INCLUDE pcacui set_cn_PopBultn set_cn_Form coll_name_Txt =INCLUDE pcacui set_cn_PopBultn set_cn_Form coll_desc_Lab =INCLUDE pcacui set_cn_PopBultn set_cn_Form cn_ok_Btn =INCLUDE pcacui set_cn_PopBultn set_cn_Form cn_apply_Btn =INCLUDE pcacui set_cn_PopBultn set_cn_Form cn_cancel_Btn Type in the collection description in the box next to Collection Description. 4 cn_ok_Btn =TITLE cn_ok_Btn =TITLE Ok Button Click on Ok to accept the current settings of the dialog box and to dismiss the dialog box. 4 cn_apply_Btn =TITLE cn_apply_Btn =TITLE Apply Button Click on Apply to accept the current settings of the dialog box. The dialog box remains on the screen. 4 cn_cancel_Btn =TITLE cn_cancel_Btn =TITLE Cancel Button Click on Cancel to nullify the current settings of the dialog box and to dismiss the dialog box. 2 modules_PopBultn =TITLE modules_PopBultn =TITLE Setting Specific Elements =INCLUDE pcacui Overview_frame Double click on an entry in the modules list box to get a listing of the routines contained in that entry. You can continue double clicking on entries in the module list box to reveal all the routines in your application that you can select for collection elements. To select a routine for collection, click on that routine. You may thus select as many collection elements as are listed in the modules list box. 3 modules_Form =TITLE modules_Form =TITLE Selecting Specific Collection Elements =INCLUDE pcacui Overview_frame =INCLUDE pcacui modules_PopBultn Double click on an entry in the modules list box to get a listing of the routines contained in that entry. You can continue double clicking on entries in the module list box to reveal all the routines in your application that you can select for collection elements. To select a routine for collection, click on that routine. You may thus select as many collection elements as are listed in the modules list box. 4 choose_from_Lab =TITLE choose_from_Lab =TITLE Choosing a Specific Module =INCLUDE pcacui Overview_frame =INCLUDE pcacui modules_PopBultn modules_Form =INCLUDE pcacui modules_PopBultn modules_Form sel_mods_Lab =INCLUDE pcacui modules_PopBultn modules_Form sel_mods_ScrLst =INCLUDE pcacui modules_PopBultn modules_Form mod_ok_Btn =INCLUDE pcacui modules_PopBultn modules_Form mod_apply_Btn =INCLUDE pcacui modules_PopBultn modules_Form mod_cancel_Btn Double click on an entry in the modules list box to get a listing of the routines contained in that entry. You can continue double clicking on entries in the module list box to reveal all the routines in your application that you can select for collection elements. To select a routine for collection, click on that routine. You may thus select as many collection elements as are listed in the modules list box. 4 count_chs_from_Svn =TITLE count_chs_from_Svn =TITLE Expanding Entries in the Specific Elements List Box Double click on an entry in the modules list box to get a listing of the routines contained in that entry. You can continue double clicking on entries in the module list box to reveal all the routines in your application that you can select for collection elements. To select a routine for collection, click on that routine. You may thus select as many collection elements as are listed in the modules list box. 4 sel_mods_Lab =TITLE sel_mods_Lab =TITLE Selecting a Module =INCLUDE pcacui Overview_frame =INCLUDE pcacui modules_PopBultn modules_Form =INCLUDE pcacui modules_PopBultn modules_Form choose_from_Lab =INCLUDE pcacui modules_PopBultn modules_Form sel_mods_ScrLst =INCLUDE pcacui modules_PopBultn modules_Form mod_ok_Btn =INCLUDE pcacui modules_PopBultn modules_Form mod_apply_Btn =INCLUDE pcacui modules_PopBultn modules_Form mod_cancel_Btn Double click on an entry in the modules list box to get a listing of the routines contained in that entry. You can continue double clicking on entries in the module list box to reveal all the routines in your application that you can select for collection elements. To select a routine for collection, click on that routine. You may thus select as many collection elements as are listed in the modules list box. 4 sel_mods_ScrLst =TITLE sel_mods_ScrLst =TITLE Selecting a Module =INCLUDE pcacui Overview_frame =INCLUDE pcacui modules_PopBultn modules_Form =INCLUDE pcacui modules_PopBultn modules_Form choose_from_Lab =INCLUDE pcacui modules_PopBultn modules_Form sel_mods_Lab =INCLUDE pcacui modules_PopBultn modules_Form mod_ok_Btn =INCLUDE pcacui modules_PopBultn modules_Form mod_apply_Btn =INCLUDE pcacui modules_PopBultn modules_Form mod_cancel_Btn Double click on an entry in the modules list box to get a listing of the routines contained in that entry. You can continue double clicking on entries in the module list box to reveal all the routines in your application that you can select for collection elements. To select a routine for collection, click on that routine. You may thus select as many collection elements as are listed in the modules list box. 4 mod_ok_Btn =TITLE mod_ok_Btn =TITLE Ok Button Click on Ok to accept the current settings of the dialog box and to dismiss the dialog box. 4 mod_apply_Btn =TITLE mod_apply_Btn =TITLE Apply Button Click on Apply to accept the current settings o the dialog box and to keep the dialog box on the screen. 4 mod_cancel_Btn =TITLE mod_cancel_Btn =TITLE Cancel Button Click on Cancel to nullify the current settings of the dialog box and to dismiss the dialog box. 2 routines_PopBultn =TITLE routines_PopBultn =TITLE Getting a Listing of Routines =INCLUDE pcacui Overview_frame Double click on an entry in the modules list box to get a listing of the routines contained in that entry. You can continue double clicking on entries in the module list box to reveal all the routines in your application that you can select for collection elements. To select a routine for collection, click on that routine. You may thus select as many collection elements as are listed in the modules list box. 3 routines_Form =TITLE routines_Form =TITLE Selecting a Routine =INCLUDE pcacui Overview_frame =INCLUDE pcacui routines_PopBultn Double click on an entry in the modules list box to get a listing of the routines contained in that entry. You can continue double clicking on entries in the module list box to reveal all the routines in your application that you can select for collection elements. To select a routine for collection, click on that routine. You may thus select as many collection elements as are listed in the modules list box. 4 rtn_sort_Lab =TITLE rtn_sort_Lab =TITLE Collecting Information on a Routine =INCLUDE pcacui Overview_frame =INCLUDE pcacui routines_PopBultn routines_Form =INCLUDE pcacui routines_PopBultn routines_Form rtn_sort_Radio =INCLUDE pcacui routines_PopBultn routines_Form rtn_choose_Lab =INCLUDE pcacui routines_PopBultn routines_Form rtn_choose_ScrLst =INCLUDE pcacui routines_PopBultn routines_Form sel_rtns_Lab =INCLUDE pcacui routines_PopBultn routines_Form sel_rtns_ScrLst =INCLUDE pcacui routines_PopBultn routines_Form rtn_ok_Btn =INCLUDE pcacui routines_PopBultn routines_Form rtn_apply_Btn =INCLUDE pcacui routines_PopBultn routines_Form rtn_remove_Btn =INCLUDE pcacui routines_PopBultn routines_Form rtn_cancel_Btn Double click on an entry in the modules list box to get a listing of the routines contained in that entry. You can continue double clicking on entries in the module list box to reveal all the routines in your application that you can select for collection elements. To select a routine for collection, click on that routine. You may thus select as many collection elements as are listed in the modules list box. 4 rtn_sort_Radio =TITLE rtn_sort_Radio =TITLE Selecting a Routine =INCLUDE pcacui Overview_frame =INCLUDE pcacui routines_PopBultn routines_Form =INCLUDE pcacui routines_PopBultn routines_Form rtn_sort_Lab =INCLUDE pcacui routines_PopBultn routines_Form rtn_choose_Lab =INCLUDE pcacui routines_PopBultn routines_Form rtn_choose_ScrLst =INCLUDE pcacui routines_PopBultn routines_Form sel_rtns_Lab =INCLUDE pcacui routines_PopBultn routines_Form sel_rtns_ScrLst =INCLUDE pcacui routines_PopBultn routines_Form rtn_ok_Btn =INCLUDE pcacui routines_PopBultn routines_Form rtn_apply_Btn =INCLUDE pcacui routines_PopBultn routines_Form rtn_remove_Btn =INCLUDE pcacui routines_PopBultn routines_Form rtn_cancel_Btn Double click on an entry in the modules list box to get a listing of the routines contained in that entry. You can continue double clicking on entries in the module list box to reveal all the routines in your application that you can select for collection elements. To select a routine for collection, click on that routine. You may thus select as many collection elements as are listed in the modules list box. 5 rtn_mod_Tgl =TITLE rtn_mod_Tgl =TITLE Getting a Listing of Routines =INCLUDE pcacui Overview_frame =INCLUDE pcacui routines_PopBultn routines_Form rtn_sort_Radio =INCLUDE pcacui routines_PopBultn routines_Form rtn_sort_Radio rtn_alph_Tgl Double click on an entry in the modules list box to get a listing of the routines contained in that entry. You can continue double clicking on entries in the module list box to reveal all the routines in your application that you can select for collection elements. To select a routine for collection, click on that routine. You may thus select as many collection elements as are listed in the modules list box. 5 rtn_alph_Tgl =TITLE rtn_alph_Tgl =TITLE Selecting a Specific Routine =INCLUDE pcacui Overview_frame =INCLUDE pcacui routines_PopBultn routines_Form rtn_sort_Radio =INCLUDE pcacui routines_PopBultn routines_Form rtn_sort_Radio rtn_mod_Tgl Double click on an entry in the modules list box to get a listing of the routines contained in that entry. You can continue double clicking on entries in the module list box to reveal all the routines in your application that you can select for collection elements. To select a routine for collection, click on that routine. You may thus select as many collection elements as are listed in the modules list box. 4 rtn_choose_Lab =TITLE rtn_choose_Lab =TITLE Listing of Available Routines =INCLUDE pcacui Overview_frame =INCLUDE pcacui routines_PopBultn routines_Form =INCLUDE pcacui routines_PopBultn routines_Form rtn_sort_Lab =INCLUDE pcacui routines_PopBultn routines_Form rtn_sort_Radio =INCLUDE pcacui routines_PopBultn routines_Form rtn_choose_ScrLst =INCLUDE pcacui routines_PopBultn routines_Form sel_rtns_Lab =INCLUDE pcacui routines_PopBultn routines_Form sel_rtns_ScrLst =INCLUDE pcacui routines_PopBultn routines_Form rtn_ok_Btn =INCLUDE pcacui routines_PopBultn routines_Form rtn_apply_Btn =INCLUDE pcacui routines_PopBultn routines_Form rtn_remove_Btn =INCLUDE pcacui routines_PopBultn routines_Form rtn_cancel_Btn Double click on an entry in the modules list box to get a listing of the routines contained in that entry. You can continue double clicking on entries in the module list box to reveal all the routines in your application that you can select for collection elements. To select a routine for collection, click on that routine. You may thus select as many collection elements as are listed in the modules list box. 4 rtn_choose_ScrLst =TITLE rtn_choose_ScrLst =TITLE Obtainining a Listing of Routines =INCLUDE pcacui Overview_frame =INCLUDE pcacui routines_PopBultn routines_Form =INCLUDE pcacui routines_PopBultn routines_Form rtn_sort_Lab =INCLUDE pcacui routines_PopBultn routines_Form rtn_sort_Radio =INCLUDE pcacui routines_PopBultn routines_Form rtn_choose_Lab =INCLUDE pcacui routines_PopBultn routines_Form sel_rtns_Lab =INCLUDE pcacui routines_PopBultn routines_Form sel_rtns_ScrLst =INCLUDE pcacui routines_PopBultn routines_Form rtn_ok_Btn =INCLUDE pcacui routines_PopBultn routines_Form rtn_apply_Btn =INCLUDE pcacui routines_PopBultn routines_Form rtn_remove_Btn =INCLUDE pcacui routines_PopBultn routines_Form rtn_cancel_Btn Double click on an entry in the modules list box to get a listing of the routines contained in that entry. You can continue double clicking on entries in the module list box to reveal all the routines in your application that you can select for collection elements. To select a routine for collection, click on that routine. You may thus select as many collection elements as are listed in the modules list box. 4 sel_rtns_Lab =TITLE sel_rtns_Lab =TITLE Selecting a Specific Routine =INCLUDE pcacui Overview_frame =INCLUDE pcacui routines_PopBultn routines_Form =INCLUDE pcacui routines_PopBultn routines_Form rtn_sort_Lab =INCLUDE pcacui routines_PopBultn routines_Form rtn_sort_Radio =INCLUDE pcacui routines_PopBultn routines_Form rtn_choose_Lab =INCLUDE pcacui routines_PopBultn routines_Form rtn_choose_ScrLst =INCLUDE pcacui routines_PopBultn routines_Form sel_rtns_ScrLst =INCLUDE pcacui routines_PopBultn routines_Form rtn_ok_Btn =INCLUDE pcacui routines_PopBultn routines_Form rtn_apply_Btn =INCLUDE pcacui routines_PopBultn routines_Form rtn_remove_Btn =INCLUDE pcacui routines_PopBultn routines_Form rtn_cancel_Btn Double click on an entry in the modules list box to get a listing of the routines contained in that entry. You can continue double clicking on entries in the module list box to reveal all the routines in your application that you can select for collection elements. To select a routine for collection, click on that routine. You may thus select as many collection elements as are listed in the modules list box. 4 sel_rtns_ScrLst =TITLE sel_rtns_ScrLst =TITLE Displaying a List of Routines =INCLUDE pcacui Overview_frame =INCLUDE pcacui routines_PopBultn routines_Form =INCLUDE pcacui routines_PopBultn routines_Form rtn_sort_Lab =INCLUDE pcacui routines_PopBultn routines_Form rtn_sort_Radio =INCLUDE pcacui routines_PopBultn routines_Form rtn_choose_Lab =INCLUDE pcacui routines_PopBultn routines_Form rtn_choose_ScrLst =INCLUDE pcacui routines_PopBultn routines_Form sel_rtns_Lab =INCLUDE pcacui routines_PopBultn routines_Form rtn_ok_Btn =INCLUDE pcacui routines_PopBultn routines_Form rtn_apply_Btn =INCLUDE pcacui routines_PopBultn routines_Form rtn_remove_Btn =INCLUDE pcacui routines_PopBultn routines_Form rtn_cancel_Btn Double click on an entry in the modules list box to get a listing of the routines contained in that entry. You can continue double clicking on entries in the module list box to reveal all the routines in your application that you can select for collection elements. To select a routine for collection, click on that routine. You may thus select as many collection elements as are listed in the modules list box. 4 rtn_ok_Btn =TITLE rtn_ok_Btn =TITLE Ok Button Click on Ok to accept the current settings of the dialog box and to dismiss the dialog box. 4 rtn_apply_Btn =TITLE rtn_apply_Btn =TITLE Apply Button Click on Apply to accept the current settings of the dialog box and to keep the dialog box on the screen. 4 rtn_remove_Btn =TITLE rtn_remove_Btn =TITLE Remove Button =INCLUDE pcacui Overview_frame =INCLUDE pcacui routines_PopBultn routines_Form =INCLUDE pcacui routines_PopBultn routines_Form rtn_sort_Lab =INCLUDE pcacui routines_PopBultn routines_Form rtn_sort_Radio =INCLUDE pcacui routines_PopBultn routines_Form rtn_choose_Lab =INCLUDE pcacui routines_PopBultn routines_Form rtn_choose_ScrLst =INCLUDE pcacui routines_PopBultn routines_Form sel_rtns_Lab =INCLUDE pcacui routines_PopBultn routines_Form sel_rtns_ScrLst =INCLUDE pcacui routines_PopBultn routines_Form rtn_ok_Btn =INCLUDE pcacui routines_PopBultn routines_Form rtn_apply_Btn =INCLUDE pcacui routines_PopBultn routines_Form rtn_cancel_Btn Click on Remove to remove the currently selected routine. 4 rtn_cancel_Btn =TITLE rtn_cancel_Btn =TITLE Cancel Button Click on Cancel to nullify the current settings of the dialog box and to dismiss the dialog box. 2 sel_shr_PopForm =TITLE sel_shr_PopForm =TITLE Selecting a Sharable Image =INCLUDE pcacui Overview_frame =INCLUDE pcacui Glossary_frame =INCLUDE pcacui sel_shr_PopForm sel_shr_Form You can collect performance and coverage information on sharable images using the Select Sharable Image dialog box. Note that there are two kinds of sharable images: user-written, and provided. You can use PCA only with user-written sharable images. To select a sharable image, click on an entry in the dialog box, and click on Ok. 3 sel_shr_Form =TITLE sel_shr_Form =TITLE Select Sharable Images Dialog Box =INCLUDE pcacui Overview_frame =INCLUDE pcacui Glossary_frame =INCLUDE pcacui sel_shr_PopForm sel_shr_Form sel_shr_Lab =INCLUDE pcacui sel_shr_PopForm sel_shr_Form sel_shr_ScrLst You can collect performance and coverage information on sharable images using the Select Sharable Image dialog box. Note that there are two kinds of sharable images: user-written, and provided. You can use PCA only with user-written sharable images. To select a sharable image, click on an entry in the dialog box, and click on Ok. 4 sel_shr_Lab =TITLE sel_shr_Lab =TITLE Selecting a Sharable Image in the Selection Box To select a sharable image, click on an entry in the dialog box, and click on Ok. 4 sel_shr_ScrLst =TITLE sel_shr_ScrLst =TITLE Select Sharable Images List Box The list box in the center of the Select Sharable Image dialog box contains a list of sharable images on your system. Select the user-written image you want to collect performance or coverage information by: o Clicking on the user-written image appearing in the list box. o Clicking on Ok. 4 sel_shr_apply_Btn =TITLE sel_shr_apply_Btn =TITLE Apply Button Click on Apply to accept the current settings of the dialog box and to keep the dialog box on the screen. 4 sel_shr_cancel_Btn =TITLE sel_shr_cancel_Btn =TITLE Cancel Button Click on Cancel to nullify the current settings of the dialog box and to dismiss the dialog box from the screen. 4 sel_shr_ok_Btn =TITLE sel_shr_ok_Btn =TITLE Ok Button Click on Ok to accept the current settings of the dialog box and to dismiss the dialog box from the screen.