Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@jarusified jarusified released this 09 Jul 01:22
· 58 commits to main since this release

1.1.0 release of CallFlow.

The release introduces the following features.

  • Improved web UI for visualizing the performance data collected in the form of CallGraphs.
  • Introduces ensemble processing of multiple HPCToolkit, Caliper datasets.
  • Exposes 2 visualization interfaces, one for single call graph, and an ensemble of call graphs.
  • Introduces new visual encoding (i.e., ensemble visual encoding) for visualizing performance variation in multiple datasets, and comparing them pair-wise.
  • CallFlow interface that exposes operations (e.g., creating, filtering, grouping, and union Hatchet's GraphFrames), data structures for handling multiple call graphs, and modules that interface the interactions performed from the UI).
  • Migrates from the previous D3 javascript UI framework to a Vue based framework, where each view in the visualization is an independent component.