首页 > 最新文献

2019 Working Conference on Software Visualization (VISSOFT)最新文献

英文 中文
Visualizing Code Genealogy: How Code is Evolutionarily Fixed in Program Repair? 可视化代码谱系:代码如何在程序修复中进化固定?
Pub Date : 2019-09-01 DOI: 10.1109/VISSOFT.2019.00011
Yuya Tomida, Yoshiki Higo, S. Matsumoto, S. Kusumoto
Automated program repair (in short, APR) techniques that utilize genetic algorithm (in short, GA) have a capability of repairing programs even if the programs require multiple code fragments to be changed. Those techniques repeat program generation, program evaluation, and program selection until a generated program passes all given test cases. Those techniques occasionally generate a large number of programs before a repaired program is generated. Thus, it is difficult to understand how an input program is evolved in the loop processing of genetic algorithm. In this paper, we are inspired by genealogy and propose a new technique to visualize program evolution in the process of automated program repair. We have implemented the proposed technique as a software tool for kGenProg, which is one of GA-based APR tools. We evaluated the proposed technique with the developers of kGenProg. In the evaluation, the developers found latent issues in kGenProg's processing and came up with new ideas to improve program generation. From those results, we conclude that our visualization is useful to understand program evolution in the APR process.
利用遗传算法(简而言之,GA)的自动程序修复(简称APR)技术具有修复程序的能力,即使程序需要更改多个代码片段。这些技术重复程序生成、程序评估和程序选择,直到生成的程序通过所有给定的测试用例。这些技术偶尔会在生成修复程序之前生成大量程序。因此,很难理解输入程序在遗传算法的循环处理中是如何进化的。在本文中,我们受到系谱学的启发,提出了一种在程序自动修复过程中可视化程序演化的新技术。我们已经将所提出的技术作为kGenProg的软件工具实现,kGenProg是基于ga的APR工具之一。我们与kGenProg的开发人员一起评估了所提出的技术。在评估中,开发人员发现了kGenProg处理中的潜在问题,并提出了改进程序生成的新想法。从这些结果中,我们得出结论,我们的可视化对于理解APR过程中的程序演变是有用的。
{"title":"Visualizing Code Genealogy: How Code is Evolutionarily Fixed in Program Repair?","authors":"Yuya Tomida, Yoshiki Higo, S. Matsumoto, S. Kusumoto","doi":"10.1109/VISSOFT.2019.00011","DOIUrl":"https://doi.org/10.1109/VISSOFT.2019.00011","url":null,"abstract":"Automated program repair (in short, APR) techniques that utilize genetic algorithm (in short, GA) have a capability of repairing programs even if the programs require multiple code fragments to be changed. Those techniques repeat program generation, program evaluation, and program selection until a generated program passes all given test cases. Those techniques occasionally generate a large number of programs before a repaired program is generated. Thus, it is difficult to understand how an input program is evolved in the loop processing of genetic algorithm. In this paper, we are inspired by genealogy and propose a new technique to visualize program evolution in the process of automated program repair. We have implemented the proposed technique as a software tool for kGenProg, which is one of GA-based APR tools. We evaluated the proposed technique with the developers of kGenProg. In the evaluation, the developers found latent issues in kGenProg's processing and came up with new ideas to improve program generation. From those results, we conclude that our visualization is useful to understand program evolution in the APR process.","PeriodicalId":375862,"journal":{"name":"2019 Working Conference on Software Visualization (VISSOFT)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2019-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132061409","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 4
Performance Evolution Matrix: Visualizing Performance Variations Along Software Versions 性能演化矩阵:可视化软件版本的性能变化
Pub Date : 2019-09-01 DOI: 10.1109/VISSOFT.2019.00009
Juan Pablo Sandoval Alcocer, Fabian Beck, Alexandre Bergel
Software performance may be significantly affected by source code modifications. Understanding the effect of these changes along different software versions is a challenging and necessary activity to debug performance failures. It is not sufficiently supported by existing profiling tools and visualization approaches. Practitioners would need to manually compare calling context trees and call graphs. We aim at better supporting the comparison of benchmark executions along multiple software versions. We propose Performance Evolution Matrix, an interactive visualization technique that contrasts runtime metrics to source code changes. It combines a comparison of time series data and execution graphs in a matrix layout, showing performance and source code metrics at different levels of granularity. The approach guides practitioners from the high-level identification of a performance regression to the changes that might have caused the issue. We conducted a controlled experiment with 12 participants to provide empirical evidence of the viability of our method. The results indicate that our approach can reduce the effort for identifying sources of performance regressions compared to traditional profiling visualizations.
软件性能可能会受到源代码修改的显著影响。了解这些更改对不同软件版本的影响是调试性能故障的一项具有挑战性和必要的活动。现有的分析工具和可视化方法不能充分支持它。从业者需要手动比较调用上下文树和调用图。我们的目标是更好地支持跨多个软件版本的基准执行比较。我们提出了性能演化矩阵,这是一种交互式可视化技术,可以将运行时度量与源代码更改进行对比。它在矩阵布局中结合了时间序列数据和执行图的比较,显示了不同粒度级别的性能和源代码度量。该方法指导实践者从高级识别性能回归到可能导致问题的更改。我们进行了一个有12名参与者的对照实验,以提供经验证据证明我们的方法的可行性。结果表明,与传统的分析可视化相比,我们的方法可以减少识别性能回归来源的工作量。
{"title":"Performance Evolution Matrix: Visualizing Performance Variations Along Software Versions","authors":"Juan Pablo Sandoval Alcocer, Fabian Beck, Alexandre Bergel","doi":"10.1109/VISSOFT.2019.00009","DOIUrl":"https://doi.org/10.1109/VISSOFT.2019.00009","url":null,"abstract":"Software performance may be significantly affected by source code modifications. Understanding the effect of these changes along different software versions is a challenging and necessary activity to debug performance failures. It is not sufficiently supported by existing profiling tools and visualization approaches. Practitioners would need to manually compare calling context trees and call graphs. We aim at better supporting the comparison of benchmark executions along multiple software versions. We propose Performance Evolution Matrix, an interactive visualization technique that contrasts runtime metrics to source code changes. It combines a comparison of time series data and execution graphs in a matrix layout, showing performance and source code metrics at different levels of granularity. The approach guides practitioners from the high-level identification of a performance regression to the changes that might have caused the issue. We conducted a controlled experiment with 12 participants to provide empirical evidence of the viability of our method. The results indicate that our approach can reduce the effort for identifying sources of performance regressions compared to traditional profiling visualizations.","PeriodicalId":375862,"journal":{"name":"2019 Working Conference on Software Visualization (VISSOFT)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2019-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122151265","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 18
VISON: An Ontology-Based Approach for Software Visualization Tool Discoverability 基于本体的软件可视化工具可发现性方法
Pub Date : 2019-08-12 DOI: 10.1109/VISSOFT.2019.00014
Leonel Merino, E. Kozlova, Oscar Nierstrasz, D. Weiskopf
Although many tools have been presented in the research literature of software visualization, there is little evidence of their adoption. To choose a suitable visualization tool, practitioners need to analyze various characteristics of tools such as their supported software concerns and level of maturity. Indeed, some tools can be prototypes for which the lifespan is expected to be short, whereas others can be fairly mature products that are maintained for a longer time. Although such characteristics are often described in papers, we conjecture that practitioners willing to adopt software visualizations require additional support to discover suitable visualization tools. In this paper, we elaborate on our efforts to provide such support. To this end, we systematically analyzed research papers in the literature of software visualization and curated a catalog of 70 available tools that employ various visualization techniques to support the analysis of multiple software concerns. We further encapsulate these characteristics in an ontology. VISON, our software visualization ontology, captures these semantics as concepts and relationships. We report on early results of usage scenarios that demonstrate how the ontology can support (i) developers to find suitable tools for particular development concerns, and (ii) researchers who propose new software visualization tools to identify a baseline tool for a controlled experiment.
尽管在软件可视化的研究文献中提出了许多工具,但很少有证据表明它们被采用。为了选择合适的可视化工具,从业者需要分析工具的各种特征,例如他们所支持的软件关注点和成熟度级别。实际上,有些工具可能是寿命预期较短的原型,而另一些则可能是相当成熟的产品,需要维护较长时间。尽管这样的特征经常在论文中描述,我们推测愿意采用软件可视化的从业者需要额外的支持来发现合适的可视化工具。在本文中,我们详细阐述了我们为提供这种支持所做的努力。为此,我们系统地分析了软件可视化文献中的研究论文,并整理了70个可用工具的目录,这些工具使用各种可视化技术来支持对多个软件关注点的分析。我们进一步将这些特征封装在一个本体中。我们的软件可视化本体,将这些语义捕获为概念和关系。我们报告了使用场景的早期结果,展示了本体如何支持(i)开发人员为特定的开发关注点找到合适的工具,以及(ii)提出新的软件可视化工具的研究人员为受控实验确定基线工具。
{"title":"VISON: An Ontology-Based Approach for Software Visualization Tool Discoverability","authors":"Leonel Merino, E. Kozlova, Oscar Nierstrasz, D. Weiskopf","doi":"10.1109/VISSOFT.2019.00014","DOIUrl":"https://doi.org/10.1109/VISSOFT.2019.00014","url":null,"abstract":"Although many tools have been presented in the research literature of software visualization, there is little evidence of their adoption. To choose a suitable visualization tool, practitioners need to analyze various characteristics of tools such as their supported software concerns and level of maturity. Indeed, some tools can be prototypes for which the lifespan is expected to be short, whereas others can be fairly mature products that are maintained for a longer time. Although such characteristics are often described in papers, we conjecture that practitioners willing to adopt software visualizations require additional support to discover suitable visualization tools. In this paper, we elaborate on our efforts to provide such support. To this end, we systematically analyzed research papers in the literature of software visualization and curated a catalog of 70 available tools that employ various visualization techniques to support the analysis of multiple software concerns. We further encapsulate these characteristics in an ontology. VISON, our software visualization ontology, captures these semantics as concepts and relationships. We report on early results of usage scenarios that demonstrate how the ontology can support (i) developers to find suitable tools for particular development concerns, and (ii) researchers who propose new software visualization tools to identify a baseline tool for a controlled experiment.","PeriodicalId":375862,"journal":{"name":"2019 Working Conference on Software Visualization (VISSOFT)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2019-08-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114418569","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 7
Welcome from the Chairs 欢迎大家
Pub Date : 2019-04-01 DOI: 10.1109/pacificvis.2019.00005
Ross Maciejewski, Jinwook Seo, Rüdiger Westermann, Hsiang-Yun Wu, Fabian Beck
{"title":"Welcome from the Chairs","authors":"Ross Maciejewski, Jinwook Seo, Rüdiger Westermann, Hsiang-Yun Wu, Fabian Beck","doi":"10.1109/pacificvis.2019.00005","DOIUrl":"https://doi.org/10.1109/pacificvis.2019.00005","url":null,"abstract":"","PeriodicalId":375862,"journal":{"name":"2019 Working Conference on Software Visualization (VISSOFT)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2019-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126295218","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
2019 Working Conference on Software Visualization (VISSOFT)
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1