Searched refs:libplot (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/cortex-strings/scripts/
H A Dplot-align.py6 import libplot namespace
14 variants = libplot.unique(records, 'variant', prefer='this')
15 alignments = libplot.unique(records, ('src_alignment', 'dst_alignment'))
20 colours = libplot.make_colours()
43 if libplot.alignments_equal(alignments):
58 records = libplot.parse()
60 for function in libplot.unique(records, 'function'):
61 for bytes in libplot.unique(records, 'bytes'):
H A Dplot-top.py7 import libplot namespace
15 variants = libplot.unique(records, 'variant', prefer='this')
16 functions = libplot.unique(records, 'function')
21 colours = libplot.make_colours()
53 records = libplot.parse()
55 for bytes in libplot.unique(records, 'bytes'):
H A Dplot-sizes.py7 import libplot namespace
23 variants = libplot.unique(records, 'variant', prefer='this')
30 alignments = libplot.unique(records, ('src_alignment', 'dst_alignment'))
33 if libplot.alignments_equal(alignments):
38 bytes = libplot.unique(records, 'bytes')[0]
40 colours = libplot.make_colours()
106 records = libplot.parse()
108 functions = libplot.unique(records, 'function')
109 alignments = libplot.unique(records, ('src_alignment', 'dst_alignment'))
H A Dplot.py5 import libplot namespace
70 colours = libplot.make_colours()

Completed in 112 milliseconds