Reversible Debugging Software Quantify the time and cost saved using reversible debuggers



Similar documents
Increasing software development productivity with reversible debugging

Digital vs Traditional Media Consumption

Comparative tables. CPSS Red Book statistical update 427

GWI Commerce Summary Q2 2014

Global Learning Management System Market Analysis - Forecast ( )

Customer Relationship Management (CRM) Analytics Global Market Analysis - Forecast ( )

EUROPEAN MOBILE INSIGHTS 2012 NORTON CYBERCRIME REPORT APRIL 2013

The Cost of Movie Piracy. An analysis prepared by LEK for the Motion Picture Association

Trends in Digitally-Enabled Trade in Services. by Maria Borga and Jennifer Koncz-Bruner

New data on financial derivatives 1 for the UK National Accounts and Balance of Payments

INFORMATION GENERATION

EMC GLOBAL DATA PROTECTION INDEX KEY FINDINGS & RESULTS FOR ITALY

The AR Factor. The economic value of Accounts Receivable Finance to Europe s leading economies October 2011

Consumer Credit Worldwide at year end 2012

Performance 2015: Global Stock Markets

Data Center Cooling Systems Market ( ): Liquid. Cooling Types (In-Row, Overhead, Rear Door, In-Rack); Air

PERMANENT AND TEMPORARY WORKERS

CONSUMERS' ACTIVITIES WITH MOBILE PHONES IN STORES

AN4156 Application note

Growing the Digital Business: Spotlight on Mobile Apps. Accenture Mobility Research 2015

Burning Priorities of the Employment and Recruitment Industry in an Ever-Evolving Competitive Landscape

Monthly Mobile Games Data

Putting The Cloud To Work For Real Businesses

INVESTING IN A TRANSITIONING SECTOR

Global Cloud Storage Market. More Info: Contact: /500 Visit:

Performance 2016: Global Stock Markets

De-Coding Digital Trends Ireland Job No: (1)

The big pay turnaround: Eurozone recovering, emerging markets falter in 2015

Facilitating the discovery of free online content: the librarian perspective. June Open Access Author Survey March

Internet, Smartphone & Social Media Usage Statistics

May 15, 2006 John D. Vu Senior Scientist Carnegie Mellon University

EMC GLOBAL DATA PROTECTION INDEX GLOBAL KEY RESULTS & FINDINGS

Geothermal power station in Tuscany, Italy. Delivering On Renewable Energy Around The World: How Do Key Countries Stack Up?

MERCER S COMPENSATION ANALYSIS AND REVIEW SYSTEM AN ONLINE TOOL DESIGNED TO TAKE THE WORK OUT OF YOUR COMPENSATION REVIEW PROCESS

The value of accredited certification

Rasmus Aaen Madsen Senior Director Product Marketing SuccessFactors (an SAP Company)

How does a venture capitalist appraise investment opportunities?

HAS BRAZIL REALLY TAKEN OFF? BRAZIL LONG-RUN ECONOMIC GROWTH AND CONVERGENCE

Chasing growth in a constrained environment

Great East Japan Earthquake Earthquake risk insurance in Japan

ON TRACK TO MEET FULL YEAR EXPECTATIONS. Overview. Strategic Highlights. Alison Cooper, Chief Executive, commented

FACT SHEET Global Direct Selling

Performance 2013: Global Stock Markets

Online Advertising Agency.

Colocation is a very cost effective plan for small and medium businesses because of the following advantages:

Global Economic Briefing: Global Inflation

Connected Life. Connected Life TNS

BIS CEMLA Roundtable on Fiscal Policy, public debt management and government bond markets: issues for central banks

GLOBAL MOBILE PAYMENT METHODS: FIRST HALF 2015

Installation Guide E Dielectric Probe Kit 85071E Materials Measurement Software

CYBERCRIMINAL IN BRAZIL SHARES MOBILE CREDIT CARD STORE APP

IPA Global Publishing Statistics. Rüdiger Wischenbart

Quantitative significance of growth Inequality and poverty. Sources of growth Global imbalance Tensions and risks

WORLDWIDE RETAIL ECOMMERCE SALES: EMARKETER S UPDATED ESTIMATES AND FORECAST THROUGH 2019

Figure 1: Global Aggregates: Industrial Production (% MoM Ann., 3M moving average)

Market Briefing: S&P 500 Revenues & the Economy

Preventing fraud and corruption in public procurement

Benchmarking Travel & Tourism Global Summary

Tourism Western Australia. Fast Facts Year Ending September 2014

2015 Country RepTrak The World s Most Reputable Countries

Global Data Center Location Insights March 2013

International investment continues to struggle

Energy Briefing: Global Crude Oil Demand & Supply

The State of Mobile Advertising Q2 2012

Get the benefits of Norgren s unique range of Online services

Hong Kong s Health Spending 1989 to 2033

Global wage projections to 2030 September 2013

THE GLOBAL WELLNESS TOURISM ECONOMY 2013

Global Electrocardiogram (ECG) Data Management Systems Market: Increasing Demand to Drive Growth

UM1790 User manual. Getting started with STM32L053 discovery kit software development tools. Introduction

Insights from Opera The world s leading mobile ad platform

INSIGHTS FROM OPERA MEDIAWORKS

The spillover effects of unconventional monetary policy measures in major developed countries on developing countries

Brochure More information from

Fact Sheet. Dow Jones Sustainability TM World Enlarged Index ex Alcohol, Tobacco, Gambling, Armaments & Firearms and Adult Entertainment

Innovation in Sustainability Benchmarking in Commercial Real Estate

UM1727 User manual. Getting started with STM32 Nucleo board software development tools. Introduction

DIY Industry - Global Outlook

Pervasive Location Analytics and A Billion Dollar Opportunity. Jitender Aswani, Portfolio Strategist, Business Analytics, SAP

Second Quarter and First Half 2015 Trading Update

Motion Graphic Design Census. 10 hrs. motiongraphicdesigncensus.org. 9 hrs.

Global Online Payment Methods: First Half 2015

Foreign Taxes Paid and Foreign Source Income INTECH Global Income Managed Volatility Fund

Table of Contents Brightcove, Inc. and TubeMogul, Inc Page 2

UM0985 User manual. Developing your STM32VLDISCOVERY application using the IAR Embedded Workbench software. Introduction

AN3354 Application note

Debt and (not much) deleveraging

SUPPLEMENTAL EXECUTIVE RETIREMENT PLANS IN CANADA

Transcription:

Reversible Debugging Software Quantify the time and cost saved using reversible debuggers Tom Britton Lisa Jeng Graham Carver Paul Cheak Tomer Katzenellenbogen

Abstract and Introduction Abstract Reversible debuggers (RDBs) allow software developers to run code backwards as well as forwards, making it easier for them to find the root cause of bugs. However, most software companies continue to use forward only debugging techniques to review their codes. This research will use interviews and a survey to quantify the time saved by software developers writing compiled code on Linux when RDBs are used to find and fix software bugs. The results, expressed in percentage of time spent, found that developers spend half their programming time debugging, which equates to an estimated $312billion per year. RDBs were found to reduce this debugging time by 26%, equalling a saving of $81.1bn per year to the global software industry. Introduction Reversible debugging has been an application researched for years. Reversible debuggers (RDBs) allow software developers to run code backwards as well as forwards. This makes it easier for them to find the root cause of bugs. Although a limited number of reversible debugging software products are available in the market, few are commercially viable, particularly for complex codes. Such codes typically have a higher probability of difficult intrinsic bugs that require significant amounts of time to find. GDB in particular struggles with poor performance caused by low speed and high memory consumption. Hence, most software companies continue to use forward debugging techniques to review their codes because of the scarcity of suitable reversible debugging tools, and a general lack of awareness within the market regarding the existence of reversible debugging options. Quantifying the time saved by RDBs will support marketing efforts of these products to the software development industry.

Research Questions, Methodology, Constraints and Exclusions Research Questions: What is the time saved by software developers writing compiled code in the Linux environment when RDBs are used to fix software bugs? In particular, the project will: 1. Quantify the time typically taken by software developers to rectify errors in their code without using RDBs; and 2. Quantify the time typically taken by software developers to rectify errors in their code using RDBs. Methodology: 1. The research phase will predominantly comprise of short interviews with approximately 10 to 12 organisations that compile code on the LINUX operating environment. These organisations will also fill in the Cambridge Venture Project (CVP) survey to help quantify how much time they spend debugging with and without RDBs. 2. Broader research in the form of the CVP survey with potential users of reversible debuggers will be conducted to gain insights on how much time is currently spent debugging. 3. The results will be quantified in terms of percentage of time spent. Constraints: It is anticipated that the project will be subjected to the following constraints: 1. Time available will limit the project scope. 2. Product limitations will require the researchers to target people who compile code on Linux. Due to the above constraints, this project will exclude: 1. Interviewing software developers who do not programme compiled code on Linux; 2. Quantifying the opportunity costs and other related costs of bugs.

RESULTS: The global cost of software development is US$1.25 trillion Software development cost structure (US$ billion) $1,250 $625 $313 Debugging $78 $78 25% - Fixing Bugs 25% - Making Code Work $312 Productive $62 $94 20% - Designing Code 30% - Writing Code Programming Wages Total Overhead Programming Wages (admin) Programming Wages (development) Source: Evans Data Corporation (2012), Payscale (2012), RTI (2002), CVP Surveys (2012)

The global cost of software development is US$1.25 trillion 50.1% Programmers total work time spent doing admin* 49.9% Programming time spent debugging** *According to 54 questionnaire responses to the CVP survey and 11 interviews, based on the question what percentage of your time is spent programming (e.g. designing, writing, testing, debugging etc.) compared with other tasks (e.g. admin, meetings, sales, etc)? Other tasks were then grouped as admin. **According to 54 questionnaire responses to the CVP survey and 11 interviews, based on the question Of the time spent programming, what percentage of your time is spent on the following: (1)fixing bugs (2)making code work (3)designing code (4) writing code. (1) and (2) then were grouped as debugging.

The global cost of software development is US$1.25 trillion US$156 Billion per year Wages-only estimated cost of debugging* US$312 Billion per year TOTAL estimated cost of debugging including wages and overheads** *Developers spend 50% of their time debugging, which equals half programming wages (development): 312/2=$156bn **Total cost of debugging to software development equals ¼ total software development costs = 1250*0.25=$312bn

The global cost of software development is US$1.25 trillion % of programming time spent debugging Before RDBs After RDBs 25% 25% 18% 19% Fixing Bugs Reworking Code Total saved with RDBs = 13 percentage point drop in total programming time Total saved with RDBs = 26% decrease in debugging time Source: CVP Surveys, 2012

Reversible debuggers have the potential to significantly improve programming productivity $81.1 Billion TOTAL software development costs saved per year* Potential value of efficiencies gained by using RDBs *Programming time (development) costs $312bn per year. RDBs can save 26% of this cost: 312*0.26=$81.1bn

China and Australia are leading growth in the software industry 2007-2011 Industry Growth Rates by Country USA 34% UK 38% Germany 30% China 63% Australia 45% Source: Bloomberg Industries, 2012

Summary Programmers spend 50.1% of their work time not programming. Half of their time spent programming is spent debugging. Total estimated cost of debugging is $312bn per year. RDBs reduce time spent debugging by 26%. 26% reduction in time spent debugging is estimated to equal $81.1bn in total software development costs saved per year. The software industry has been growing across the world, which is likely to put upward pressure on the cost of debugging.

Further Research This research used only wages and overhead costs to calculate the cost of bugs to the software industry. These figures were also used to estimate the dollar amount saved by using RDBs. No attempt was made to quantify the auxiliary costs of bugs, such as remedying issues that occur in the field, opportunity costs of software products that are delayed and/or cancelled due to bugs, consequential damage to software companies' reputations due to bugs in released software and delays and cancellations of software projects. Extending this research to investigate the auxiliary costs of bugs once software has been released would more accurately represent the real cost of bugs to the software industry. If RDBs reduce debugging time by 26%, a further extension to this research could involve more accurately quantifying the dollar savings that can be created by using RDBs when auxiliary costs are taken into account. It would also be interesting to discover whether/which auxiliary costs are substantially reduced by RDBs.

Appendix Section Listing 1. Average software developer wages 2. Total software development costs 3. Global software revenues 4. References

A1. Average software developer wages Salary US $76,000 India $6,353 Finland $45,979 Australia $62,700 China $18,640 Mexico $17,277 UK $46,736 Average Salary $39,098 Source: Payscale (2012)

A2. Total software development costs 2012 2013 2014 2015 a Number of software developers 16,000,000 17,300,000 18,600,000 20,000,000 b Average software developer salary $39,098 $39,098 $39,098 $39,098 c d e f g Salary & Overhead* (b x 2) Total cost of software development (a x c) Total software developer salary (a x b) cost of programming (e x 50%) Cost of debugging (f x 50%) $78,196 $78,196 $78,196 $78,196 $1,251,134,537,143 $1,352,789,218,286 $1,454,443,899,429 $1,563,918,171,429 $625,567,268,571 $676,394,609,143 $727,221,949,714 $781,959,085,714 $312,783,634,286 $338,197,304,571 $363,610,974,857 $390,979,542,857 $156,391,817,143 $169,098,652,286 $181,805,487,429 $195,489,771,429 Potential value of Undo h $40,661,872,457 $50,729,595,686 $54,541,646,229 $58,646,931,429 (f x 13%) * Ratio of salary to overheads is 1:1 based on RTI research Source: (1) Evans Data Corporation (2012), (2)Payscale (2012), (3) RTI (2002), (4) Own research (2012)

A3. Global software revenues Description 2011 2010 2009 2008 2007 2006 Total Global Software Revenues ($ in mn): By Country (Top 10) United States 152,982 141,515 132,169 133,718 127,801 114,252 Japan 28,027 28,739 27,702 30,945 29,981 27,994 Germany 22,817 21,757 19,936 20,105 19,053 17,511 United Kingdom 19,094 18,450 17,222 17,043 15,303 13,827 France 14,244 13,541 12,548 12,656 12,141 11,193 Canada 10,020 9,453 8,916 8,926 8,406 7,736 Italy 7,236 7,152 6,725 6,852 6,212 5,817 Australia 7,398 6,897 6,642 6,378 5,839 5,105 China 7,077 6,475 5,995 5,665 5,182 4,349 Netherlands 5,997 5,709 5,246 5,346 5,163 4,693 Source: Bloomberg Industries, 2011

A4. References slambertron Sourceforge.net infrastructure for software testing 2012 2012 Future of Open Source Survey: Get your LPIC now! 2012 Download statistics for app stores (KDBg and DDD) Author Year Title Source Andrew Johnson 2012 IBISWorld Industry report J62.010 IBISWorld Computer programming in the UK Bloomberg 2012 Bloomberg industries Application Bloomberg Software Bloomberg 2012 Bloomberg Industries Infrastructure Bloomberg Software Dale Schmidt 2012 IBISWorld Industry report J51121 IBISWorld Software Publishing in the US Evans Data Corporation via Prweb.com 2011 Global Developer Population and Demographics http://www.prweb.com/releases/ prweb2011/9/prweb8834228.htm Google Adwords 2012 Google Adwords keyword search Google.com IDC 2012 Android Marks Fourth Anniversary Since http://www.idc.com/getdoc.jsp?c Launch with 75.0% Market Share in ontainerid=prus23771812 Third Quarter, According to IDC IDC via Bloomberg 2012 Bloomberg Industries Handheld Bloomberg Liau Yun Qing 2010 Report: Linux adoption highest among APAC SMBs http://www.zdnet.com/reportlinux-adoption-highest-amongapac-smbs-2062062875/ Payscale.com 2012 Salaries report Payscale.com RTI 2002 The Economic impacts of inaduquate National institute of standards & technology http://www.lpi.org/blog/2012- future-open-source-survey-getyour-lpic-now Sourceforge.net

Disclaimer This work has been undertaken as part of a student educational project and the material should be viewed in this context. The work does not constitute professional advice and no warranties are made regarding the information presented. The Authors, Cambridge Judge Business School and its Faculty do not accept any liability for the consequences of any action taken as a result of the work or any recommendations made or inferred.