view visualizer/Graal/src/com/sun/hotspot/igv/graal/filters/callgraph.filter @ 7852:9aea719e6e98

A few convenience additions to CodeTreeBuilder.
author Christian Humer <christian.humer@gmail.com>
date Mon, 25 Feb 2013 13:02:49 +0100
parents 015fb895586b
children
line wrap: on
line source

colorize("name", "<init>.*", yellow);
colorize("name", "<clinit>.*", pink);
colorize("leaf", "1", lightGray);
colorize("cutoff", "1", red);