|
ProDev WorkShop
SGI's ProDev WorkShop is a comprehensive programming environment offering an integrated set of powerful and highly visual tools for creating, debugging, and tuning software.
For All Stages of Software Development ProDev WorkShop covers all phases of software development - from initial coding through debugging and perfomance tuning - with powerful graphics to speed development. Whether you're programming in C, C++, Fortran, or Ada, for single-processor workstations or multi-processor servers, ProDev WorkShop has a complete set of tools.
The WorkShop Debugger is a state-of-the-art source-level debugger featuring multiple graphical views that are dynamically updated during a program execution. It was written from the ground up by SGI developers to provide functionality unavailable in standard UNIX debuggers. It is tightly integrated with the other tools, particularly the Performance Analyzer, providing increased efficiency for overall program analysis. In large-scale development efforts, the Debugger provides unparalleled support for large programs. Other debuggers that provide such high levels of functionality often cannot handle programs over 50,000 lines of code. Not only can the Debugger handle millions of lines of source and executables over 100MB, it facilitates the debugging effort by providing different views into the code, which allows for better understanding of large amounts of data. Fix & Continue Fix & Continue gives you the ability to make changes to a program you are debugging without having to recompile and link the entire program. You can edit a function, parse the changes and continue execution. Fix & Continue significantly speeds up the development cycle. Fix & Continue lets you:
Enhanced Productivity through Visualization Tools such as the 3-D Array Visualizer and the Structure Browser allow users to identify problems in their code by examining the visual representation of the expressions or data. The Debugger provides 15 different "views" into a program that are dynamically updated as the user steps through the program. Fast Data Watchpoints Most debuggers that support watchpoints do so by single-stepping the target process, thereby slowing the program down by several orders of magnitude. The WorkShop debugger, with support from the IRIX(tm) operating system, implements fast data watchpoints that permit better performance of the target process than traditional implementations. Source Level Expression Evaluation The WorkShop debugger allows programmers to evaluate FORTRAN, C and C++ expressions in their native syntax. The Debugger has extensive support for C++ expressions such as static and non-static data members, virtual functions, multiple inheritance and virtual base classes. Multiple Process and Distributed Debugging MP View provides debugging support for programs that have multiple processes or have been parallelized. It permits automatic or manual specification of process groups and provides individual and group process control. Traps can be set to stop a single thread or all threads. The Debugger is based on a client/server model, allowing distributed debugging. Advanced Debugging Three views provide powerful machine-level debugging capabilities: Register View, Memory View and Disassembly View. Each view allows the modification of the values it displays. The Disassembly View allows disassembly of the displayed code by address, function or file. Efficient access to most dbx commands is provided for those who prefer a command line interface. SGI SpeedShop - powerful performance analyzer The ProDev WorkShop performance analyzer tool SpeedShop helps the user eliminate bottlenecks and bugs, maximize overall application performance, and improve quality. Bottlenecks occur in CPU utilization, memory latency, system calls, and kernel interruptions. SpeedShop provides a wide variety of performance experiments to help you identify bottlenecks, pinpoint system resource usage, and detect memory leaks. Graphical views clearly depict which resources are being under- or overutilized. Time calipers let you zoom in on specific sections of code for detailed tuning. SpeedShop has several views, all of which can be used to look at the performance of each thread of an executing program:
Performance Data Sampling Paradigm Experiments
Compare Tool For R10000, R12000, R14000, and R16000 machines with hardware performance counters, the following additional types are supported using statistical PC sampling based on overflows of specific counters:
Combined, these tools provide a superb environment for facilitating the development of applications to run on MP systems. Whether you are an experienced MP application developer, or are trying to write your first MP program, the SGI® MP development tools provide you with the functionality you need to take advantage of all of the power of your systems. To purchase SGI developer products, contact your local sales office or call SGI at (800) 800-7441 or (650) 960-1980. The Build Manager lets you recompile from within the ProDev WorkShop environment, and graphically displays makefile dependencies and compiler messages. The Static Analyzer is a visual source code navigation and analysis tool. It operates in two modes :
With the Static Analyzer, users can visualize the structure of their programs and easily navigate through their code, which is vital for restructuring and re-engineering existing software. The graphical presentation makes the structure of the code very easy to understand, even for someone who is not the original developer. It is also helpful in porting situations when code that is being ported to other platforms will not run or compile. The Static Analyzer provides a variety of different views:
Supports Extensive Class Queries The browser provides a set of static analysis queries tailored for C++ programs. These queries help users analyze interdependencies of a class with its related classes such as base classes, derived classes, component/container classes, classes that are used and friend classes. A few examples of queries on class members and related classes:
Scalable The Class Browser handles extremely large programs and provides easy navigation even when analyzing complex problems. Users can control the amount of information to be viewed when analyzing class relationship graphs or viewing class definitions. For example, the user can choose to display all class relationships or just immediate class relationships with respect to a class. Similarly, when viewing a class definition, users can choose to view just its public members. Integration The various views are integrated, providing the ability to select a class or method in one view and display additional information about it in another view. The Class Information Window can be invoked by clicking on a class in the Class Graph and the Call Graph can be pruned or populated from the Class Information Window. Also, Source View, the annotated textual viewer used by all WorkShop tools, can be invoked by clicking on a class in any of the views. To purchase SGI developer products, contact your local sales office or call SGI at (800) 800-7441. | |