plot_cost_distribution(filenames,
information,
parameter,
create_png=False)
| source code
|
Plot cost distribution.
entries ...
num_bins ...
normalize ...
create_png ...
entry format: list of dictionaries with the following keys:
['benchmark', 'data structure', 'filename',
'samples', 'depth', 'cost criteria',
'mean value', 'standard deviation']
If multiple entries from the same data structure are given
they are grouped together. Currently it is not controlled if
different entries have the same criteria.
|