buchspektrum Internet-Buchhandlung

Neuerscheinungen 2010

Stand: 2020-01-07
Schnellsuche
ISBN/Stichwort/Autor
Herderstraße 10
10625 Berlin
Tel.: 030 315 714 16
Fax 030 315 714 14
info@buchspektrum.de

Nathan R. Tallent

Performance Analysis of Optimized Code


Binary Analysis for Performance Insight
2010. 92 S. 220 mm
Verlag/Jahr: VDM VERLAG DR. MÜLLER 2010
ISBN: 3-639-07994-9 (3639079949)
Neue ISBN: 978-3-639-07994-4 (9783639079944)

Preis und Lieferzeit: Bitte klicken


Modern applications frequently employ sophisticated object-oriented design. In these codes, deep loop nests are often spread across multiple routines. To achieve high performance, such codes rely on compilers to inline routines and optimize loops. Consequently, to effectively interpret performance, transformed loops must be understood in the calling context of transformed routines. To understand the performance of optimized object-oriented code, we describe how to analyze optimized object code and its debugging sections to recover its program structure and reconstruct a mapping back to its source code. Using this mapping, we combine the recovered static program structure with dynamic call path profiles to expose inlined frames and loop nests. Experiments show that performance visualizations based on this information provide unique insight into the performance of complex object-oriented codes written in C++. This work should be of interest to performance tools developers and, more broadly, application developers who care about performance. It is implemented in Rice University´´s HPCToolkit, a performance analysis toolkit.
Nathan R. Tallent is a Ph.D. student in Computer Science at Rice University. He researches parallel performance analysis and contributes to HPCToolkit, a suite of performance analysis tools.