Package dsc_suite :: Package analyses :: Module cost_distribution
[hide private]
[frames] | no frames]

Module cost_distribution

source code

Created on 30.06.2010


Author: Robert

Functions [hide private]
 
plot_cost_distribution(filenames, information, parameter, create_png=False)
Plot cost distribution.
source code
Variables [hide private]
  __package__ = 'dsc_suite.analyses'
Function Details [hide private]

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.