Results 1 -
3 of
3
Caramel: Detecting and fixing performance problems that have nonintrusive fixes
- In ICSE
, 2015
"... Abstract—Performance bugs are programming errors that slow down program execution. While existing techniques can detect various types of performance bugs, a crucial and practical aspect of performance bugs has not received the attention it deserves: how likely are developers to fix a performance bug ..."
Abstract
-
Cited by 6 (1 self)
- Add to MetaCart
(Show Context)
Abstract—Performance bugs are programming errors that slow down program execution. While existing techniques can detect various types of performance bugs, a crucial and practical aspect of performance bugs has not received the attention it deserves: how likely are developers to fix a performance bug? In practice, fixing a performance bug can have both benefits and drawbacks, and developers fix a performance bug only when the benefits outweigh the drawbacks. Unfortunately, for many performance bugs, the benefits and drawbacks are difficult to assess accurately. This paper presents CARAMEL, a novel static technique that detects and fixes performance bugs that have non-intrusive fixes likely to be adopted by developers. Each performance bug detected by CARAMEL is associated with a loop and a condition. When the condition becomes true during the loop execution, all the remaining computation performed by the loop is wasted. Developers typically fix such performance bugs because these bugs waste computation in loops and have non-intrusive fixes: when some condition becomes true dynamically, just break out of the loop. Given a program, CARAMEL detects such bugs statically and gives developers a potential source-level fix for each bug. We evaluate CARAMEL on real-world applications, including 11 popular Java applications (e.g., Groovy, Log4J, Lucene, Struts, Tomcat, etc) and 4 widely used C/C++
Teachers ’ Training and
"... Cloud computing is very common today due to its various characteristics and benefits. It is cost efficient and thus very popular, but has great impact on environment such as increase in pollution, climatic changes and shortage of energy resources. Green cloud computing is important issue at present ..."
Abstract
- Add to MetaCart
(Show Context)
Cloud computing is very common today due to its various characteristics and benefits. It is cost efficient and thus very popular, but has great impact on environment such as increase in pollution, climatic changes and shortage of energy resources. Green cloud computing is important issue at present time. In this paper, the author have made critical observations of energy efficiency in all fields of cloud computing and briefly describe about various research that have been done for green cloud computing. The power and energy consumption of cloud services is also discussed.