Abstract
Event tracing is a powerful method for analyzing the performance behavior of parallel applications. Because event traces record the temporal and spatial relationships between individual runtime events, they allow application developers to analyze dependences of performance phenomena across concurrent control flows. However, in view of the large amounts of data generated on contemporary parallel machines, the depth and coverage of a purely manual analysis is often limited. Our approach automatically searches event traces for patterns of inefficient behavior, classifies detected instances by category, and quantifies the associated performance penalty. This enables developers to study the performance of their applications at a high level of abstraction, while requiring significantly less time and expertise than a manual analysis.
Original language | English |
---|---|
Pages (from-to) | 1481-1496 |
Number of pages | 16 |
Journal | Concurrency and Computation: Practice and Experience |
Volume | 19 |
Issue number | 11 |
DOIs | |
State | Published - Aug 10 2007 |
Externally published | Yes |
Keywords
- Event tracing
- Pattern search
- Performance tools