Flexible and efficient profiling with aspect-oriented programming

  • Authors:
  • Walter Binder;Danilo Ansaloni;Alex Villazón;Philippe Moret

  • Affiliations:
  • University of Lugano, CH-6900 Lugano, Switzerland;University of Lugano, CH-6900 Lugano, Switzerland;Centro de Investigaciones de Nuevas Tecnologías Informaticas (CINTI), Universidad Privada Boliviana (UPB), Cochabamba, Bolivia;University of Lugano, CH-6900 Lugano, Switzerland

  • Venue:
  • Concurrency and Computation: Practice & Experience
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

Many profilers for virtual execution environments, such as the Java virtual machine (JVM), are implemented with low-level bytecode instrumentation techniques, which is tedious, error-prone, and complicates maintenance and extension of the tools. In order to reduce the development time and cost, we promote building profilers for the JVM using high-level aspect-oriented programming (AOP). We show that the use of aspects yields concise profilers that are easy to develop, extend, and maintain, because low-level instrumentation details are hidden from the tool developer. In order to build efficient profilers, we introduce inter-advice communication, an extension to common AOP languages that enables efficient data passing between advices that are woven into the same method using local variables. We illustrate our approach with two case studies. First, we show that an existing, instrumentation-based tool for listener latency profiling can be easily recast as an aspect. Second, we present an aspect for comprehensive calling context profiling. In order to reduce profiling overhead, our aspect parallelizes application execution and profile creation, resulting in a speedup of 110% on a machine with more than two cores, compared with a primitive, non-parallel approach. Copyright © 2011 John Wiley & Sons, Ltd.