Skip to content
This repository has been archived by the owner on Jun 18, 2022. It is now read-only.

Dependencies visualizer + UI enhancement #2

Merged
merged 10 commits into from
Aug 13, 2014

Conversation

TyOverby
Copy link
Contributor

Dependency Viewer

This pull request adds a viewer for the "callgraph" function dependency data contained in the dump-info dump file. It displays this information in a 3-tiered table:

-------
-------
  +++++++
    =======
    =======

The selected element is in the middle, and the functions using that element are shown above. The elements being used by the element are below.

Paper-Elements

To accommodate the dependency viewer, the UI had to contain tabs to toggle between the different data models. This either required either writing a complete tabs implementation, or using the tabs in Paper-Elements. Because I was already using Polymer, this was an easy transition.



<!-- File Loading Slide
This slide can not be returned to-->:w
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Artifact from Vim. Remove.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

Ty Overby added 8 commits August 12, 2014 14:44
@TyOverby TyOverby merged commit 01304ee into dart-archive:master Aug 13, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant