hpi-swa-teaching / Interactive-Profiling

Interactive profiling
MIT License
6 stars 0 forks source link

Collapse Node #5

Closed JakobEdding closed 7 years ago

JakobEdding commented 7 years ago

As a user, I want to have the possibility to click on a small arrow in front of every node, to hide / "collapse" all child nodes. As a result, I can blackbox some function calls whose measured values are not relevant to me so that I gain a better overview of processing times on a higher level.

JakobEdding commented 7 years ago

PluggableTreeMorph as used in the Object Explorer (ctrl + shift + i when an object is selected/highlighted) looks promising.

JakobEdding commented 7 years ago
screen shot 2017-05-22 at 11 06 56
flowirtz commented 7 years ago

Split user story into 2:

Expected to be done next week (8 coffee mugs...)

JakobEdding commented 7 years ago

With 77a0d7c, a hard-coded tree is displayed in the result window of the TimeProfileBrowser.

MariusDanner commented 7 years ago

made new branch issue-5_1 that lets the TallyTree be the model

JakobEdding commented 7 years ago

Done.