Abstract
Design and implementation defects that lead to inefficient computation widely exist in software. These defects are difficult to avoid and discover. They lead to severe performance degradation and energy waste during production runs, and are becoming increasingly critical with the meager increase of single-core hardware performance and the increasing concerns about energy constraints. Effective tools that diagnose performance problems and point out the inefficiency root cause are sorely needed.
The state of the art of performance diagnosis is preliminary. Profiling can identify the functions that consume the most computation resources, but can neither identify the ones that waste the most resources nor explain why. Performance-bug detectors can identify specific type of inefficient computation, but are not suited for diagnosing general performance problems. Effective failure diagnosis techniques, such as statistical debugging, have been proposed for functional bugs. However, whether they work for performance problems is still an open question.
In this paper, we first conduct an empirical study to understand how performance problems are observed and reported by real-world users. Our study shows that statistical debugging is a natural fit for diagnosing performance problems, which are often observed through comparison-based approaches and reported together with both good and bad inputs. We then thoroughly investigate different design points in statistical debugging, including three different predicates and two different types of statistical models, to understand which design point works the best for performance diagnosis. Finally, we study how some unique nature of performance bugs allows sampling techniques to lower the overhead of run-time performance diagnosis without extending the diagnosis latency.
Original language | English (US) |
---|---|
Title of host publication | Proceedings of the Conference on Object-Oriented Programming Systems, Languages, and Applications, OOPSLA |
Publisher | Association for Computing Machinery |
Pages | 561-578 |
Number of pages | 18 |
ISBN (Electronic) | 9781450325851 |
DOIs | |
State | Published - Oct 15 2014 |
Event | 2014 ACM SIGPLAN Conference on Object-Oriented Programming, Systems, Languages, and Applications, OOPSLA 2014 - Portland, United States Duration: Oct 20 2014 → Oct 24 2014 |
Publication series
Name | Proceedings of the Conference on Object-Oriented Programming Systems, Languages, and Applications, OOPSLA |
---|
Other
Other | 2014 ACM SIGPLAN Conference on Object-Oriented Programming, Systems, Languages, and Applications, OOPSLA 2014 |
---|---|
Country/Territory | United States |
City | Portland |
Period | 10/20/14 → 10/24/14 |
All Science Journal Classification (ASJC) codes
- Software