# Visualizing a Moving Target: A Design Study on Task Parallel Programs in   the Presence of Evolving Data and Concerns

**Authors:** Katy Williams, Alex Bigelow, Katherine E. Isaacs

arXiv: 1905.13135 · 2019-10-16

## TL;DR

This paper presents a design study on creating a multi-view visualization tool, Atria, for performance analysis of task parallel programs, addressing challenges of evolving data and user needs in a dynamic domain.

## Contribution

It demonstrates how iterative design can adapt visualization tools to changing data and user concerns in task parallel computing.

## Key findings

- Atria effectively visualizes execution graphs with aggregated nodes.
- The design process successfully adapted to platform-specific requirements.
- Engaging domain experts helped refine the visualization amidst evolving data.

## Abstract

Common pitfalls in visualization projects include lack of data availability and the domain users' needs and focus changing too rapidly for the design process to complete. While it is often prudent to avoid such projects, we argue it can be beneficial to engage them in some cases as the visualization process can help refine data collection, solving a "chicken and egg" problem of having the data and tools to analyze it. We found this to be the case in the domain of task parallel computing where such data and tooling is an open area of research. Despite these hurdles, we conducted a design study. Through a tightly-coupled iterative design process, we built Atria, a multi-view execution graph visualization to support performance analysis. Atria simplifies the initial representation of the execution graph by aggregating nodes as related to their line of code. We deployed Atria on multiple platforms, some requiring design alteration. We describe how we adapted the design study methodology to the "moving target" of both the data and the domain experts' concerns and how this movement kept both the visualization and programming project healthy. We reflect on our process and discuss what factors allow the project to be successful in the presence of changing data and user needs.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.13135/full.md

## Figures

6 figures with captions in the complete paper: https://tomesphere.com/paper/1905.13135/full.md

## References

64 references — full list in the complete paper: https://tomesphere.com/paper/1905.13135/full.md

---
Source: https://tomesphere.com/paper/1905.13135