Changes between Version 15 and Version 16 of path:pathFinder


Ignore:
Timestamp:
01/07/2014 06:00:42 PM (10 years ago)
Author:
michael.perscheid
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • path:pathFinder

    v15 v16  
    7373
    7474=== Call tree ===
     75The method call tree represents the order of all called methods (as part of the system under observation) and so forms the execution history that can be explored by developers. Our call tree consists of two views for called methods.
    7576
    7677[[Image(pathFinderLargeMethodCallTree.png, 300px)]]
    7778
     79In the beginning, the call tree is just a simple tree where methods call other methods within their sub trees.
     80Each label consists of an optional icon and a method name depending on the chosen view options from the control panel (see above).
     81The icon represents the corresponding color from our [wiki:path:pathMap PathMap] analysis and also shows the maximum colored value of its subtrees (called methods).
     82This gives developers an overview of the entire execution history and also allows them to follow specific highlights (for example, [wiki:path:tutorial:tdfn failure cause probabilities]).
     83If they need more details, they can click on a specific method call and come to the second view.
     84
    7885[[Image(pathFinderLargeMethodLarge.png, 700px)]]
     86
     87Second, with a click on a specific method call, we extend
     88
     89
     90
     91
     92
     93