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

Module cost_distribution_2D

source code

Created on 07.04.2011


Author: tohe

Functions [hide private]
 
plot_2d_cost_distribution(filenames, information, parameter, create_png=False)
Plot two-dimensional cost distribution.
source code
Variables [hide private]
  __package__ = None
Function Details [hide private]

plot_2d_cost_distribution(filenames, information, parameter, create_png=False)

source code 
Plot two-dimensional cost distribution.

entries ... filled with dictionaries --> format see below
grid_size ... resolution of the generated 2D histogram
create_png ... if True, a .png-file is created
               (otherwise interactive use) 

entry format: dictionary with the following keys:
['benchmark', 'data structure', 'filename',
 'samples', 'cost criteria']
 
Plots two different data sets against each other (e.g., same benchmark,
same data structure, but different cost criteria). Thus, it is possible
to visualize the correlation between this data.