~ubuntu-branches/ubuntu/trusty/eclipse-linuxtools/trusty

« back to all changes in this revision

Viewing changes to systemtap/org.eclipse.linuxtools.callgraph/src/org/eclipse/linuxtools/internal/callgraph/AggregateLayoutAlgorithm.java

  • Committer: Package Import Robot
  • Author(s): tony mancill
  • Date: 2013-05-13 21:43:22 UTC
  • mfrom: (1.2.1) (2.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20130513214322-6frgd9du1n0w2uo7
Tags: 1.2.1-1
* Team upload.
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
         * Called at the end of the layout algorithm -- change the size and colour
53
53
         * of each node according to times called/total time
54
54
         */
 
55
        @Override
55
56
        protected void postLayoutAlgorithm(InternalNode[] entitiesToLayout, 
56
57
                        InternalRelationship[] relationshipsToConsider) {
57
58
                final int minimumSize = 40;