Home | History | Annotate | Download | only in tools

Lines Matching refs:lc

110     if 'lc' in self.props:
111 args.append('lc rgb "%s"' % self.props['lc'])
226 Plot(Item('Marking', 'mark', lc = 'purple'),
227 Item('Sweep', 'sweep', lc = 'blue'),
228 Item('Compaction', 'compact', lc = 'red'),
229 Item('Other', other_scope, lc = 'grey'))
236 lc = 'green'),
239 lc = 'red'),
240 Item('GC Time', ['i', 'pause'], style = 'lines', lc = 'red'))
247 lc = 'green'),
250 lc = 'red'),
253 lc = 'red'))
260 Item('Promoted', 'promoted', style = 'lines', lc = 'black'))