Domain-Centered Support for Layout, Tasks, and Specification for Control Flow Graph Visualization
Sabin Devkota, Matthew P. LeGendre, Adam Kunen, Pascal Aschwanden, and, Katherine E. Isaacs

TL;DR
This paper introduces CFGConf, a domain-specific library for visualizing control flow graphs tailored to experts' needs, improving expressiveness and usability over general graph drawing methods.
Contribution
The paper presents CFGConf, a new domain-centered visualization library with a JSON interface, designed specifically for CFG experts to produce task-aware, expressive layouts.
Findings
CFGConf enables domain-specific CFG visualizations.
Users found CFGConf easy to use and expressive.
CFGConf improves visualization efficiency for experts.
Abstract
Computing professionals in areas like compilers, performance analysis, and security often analyze and manipulate control flow graphs (CFGs) in their work. CFGs are directed networks that describe possible orderings of instructions in the execution of a program. Visualizing a CFG is a common activity in developing or debugging computational approaches that use them. However, general graph drawing layouts, including the hierarchical ones frequently applied to CFGs, do not capture CFG-specific structures or tasks and thus the resulting drawing may not match the needs of their audience, especially for more complicated programs. While several algorithms offer flexibility in specifying the layout, they often require expertise with graph drawing layouts and primitives that these potential users do not have. To bring domain-specific CFG drawing to this audience, we develop CFGConf, a library…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsScientific Computing and Data Management · Software Engineering Research · Data Visualization and Analytics
