Data centric techniques for mapping performance data to program variables

  • Authors:
  • Nick Rutar;Jeffrey K. Hollingsworth

  • Affiliations:
  • Department of Computer Science, University of Maryland, College Park, MD 20742, United States;Department of Computer Science, University of Maryland, College Park, MD 20742, United States

  • Venue:
  • Parallel Computing
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

Traditional methods of performance analysis offer a code centric view, presenting performance data in terms of blocks of contiguous code (statement, basic block, loop, function). Data centric techniques, combined with hardware counter information, allow various program properties including cache misses and cycle count to be mapped directly to variables. We introduce mechanisms for efficiently collecting data centric performance numbers independent of hardware support. We create extended data centric mappings, which we call variable blame, that relates data centric information to high level data structures. Finally, we show performance data gathered from three parallel programs using our technique.