BubbleProfiler  0.3.0
by Peter Athron, Csaba Balazs, Michael Bardsley, Andrew Fowlie, Dylan Harries & Graham White
Functions | Variables
plot_tabulate_results Namespace Reference

Functions

def parse_cmd_line_args ()
 
def get_profilers (column_names)
 
def get_profiler_data (profiler, dim, E, data)
 
def read_data (data_file)
 
def plot_action (axis, alpha_values, profilers_data)
 
def plot_timings (axis, alpha_values, profilers_data)
 
def plot_results (dim, E, alpha_values, profilers_data, output_file)
 

Variables

 data_file
 
 output_file
 
 dim
 
 E
 
 alpha_data
 
 profilers_data
 

Function Documentation

def plot_tabulate_results.get_profiler_data (   profiler,
  dim,
  E,
  data 
)

Definition at line 23 of file plot_tabulate_results.py.

Referenced by read_data().

def plot_tabulate_results.get_profilers (   column_names)

Definition at line 14 of file plot_tabulate_results.py.

Referenced by read_data().

def plot_tabulate_results.parse_cmd_line_args ( )

Definition at line 5 of file plot_tabulate_results.py.

def plot_tabulate_results.plot_action (   axis,
  alpha_values,
  profilers_data 
)

Definition at line 61 of file plot_tabulate_results.py.

Referenced by plot_results().

def plot_tabulate_results.plot_results (   dim,
  E,
  alpha_values,
  profilers_data,
  output_file 
)
def plot_tabulate_results.plot_timings (   axis,
  alpha_values,
  profilers_data 
)

Definition at line 72 of file plot_tabulate_results.py.

Referenced by plot_results().

def plot_tabulate_results.read_data (   data_file)

Definition at line 38 of file plot_tabulate_results.py.

References get_profiler_data(), and get_profilers().

Variable Documentation

plot_tabulate_results.alpha_data
Examples:
tabulate.cpp.

Definition at line 102 of file plot_tabulate_results.py.

Referenced by main().

plot_tabulate_results.data_file

Definition at line 101 of file plot_tabulate_results.py.

plot_tabulate_results.dim
plot_tabulate_results.E

Definition at line 102 of file plot_tabulate_results.py.

plot_tabulate_results.output_file

Definition at line 101 of file plot_tabulate_results.py.

Referenced by main().

plot_tabulate_results.profilers_data

Definition at line 102 of file plot_tabulate_results.py.