Performance Profiler tools
SD supplies performance profiling tools for arbitrary procedural languages. Such tools provide statistics about the execution frequency of parts of a program, both absolute and relative. This information is invaluable in tuning a program for peak performance. Profile information is collected for every basic block in the program, which gives the same information as profiling every statement with significantly lower overhead.
SD's profiling tools operate by inserting language-specific probes for each basic block in the source files of interest before compilation/execution. At execution time, the probes count each execution of the block ("profiling data"). On completion of execution, the in-memory profile data is typically written to a profile data file. Finally, the profile data is displayed on top of browsable source text of the software, enabling a performance engineer to see which code is executed at which frequency.
Typical Features
- Not dependent on any particular compiler or object formats
- Works with tens of thousands of files
- View by frequency or subsystem
- Profile data is shown by count, percentage, color and bar width
- Very low probe overhead (one or two machine instructions per executed probe)
- Can accumulate profile data from multiple execution runs
- Browsable source files overlayed with collected profile information
- Produces profile report by application, subsystem and file
- Can operate with custom/embedded application execution environments
- Consistent style and operation across different languages
- Probe installer and display tool operate on Windows NT/2000/XP
- Application under test can execute in arbitrary native enviroment including embedded WinCE
Available for the following languages
- Java: client, Server (J2EE), embedded, and RealTime Java
- C
- C++
- C#
- COBOL
- PHP
- PARLANSE (yes, we use our own tools!)
Semantic Designs also provides test coverage tools.
Unusual Requirements?
Your language not listed, runs in an unusual environment, or you have some custom need? SD can configure a profiling tool for you! These tools are based on DMS, and inherit DMS's language agility and scalability. A white paper on how profiling is implemented with DMS is available: TestCoverage.pdf
For more information: Info@semanticdesigns.com
Copyright 1995-2010 Semantic Designs, Incorporated
DMS and "Design Maintenance System" are registered trademarks of Semantic Designs, Inc.
The SD logo and "Semantic Designs" are registered service marks of Semantic Designs, Inc.
CloneDR, PARLANSE, JOVIAL2C, Thicket, Smart Differencer are trademarks of Semantic Designs, Inc.
The OMG logo is a registered trademark of the Object Management Group, Inc. in the United States and other countries.
To view our Privacy Policy, click here
Comments or problems: Webmaster@semanticdesigns.com
