Motr  M0
req_utils Namespace Reference

Functions

def draw_timeline (timeline, offset)
 
def prepare_time_table (time_table)
 
def query2dlist (model)
 
def times_tag_append
 
def draw_queue_line (queue, offset)
 
def draw_timelines
 
def fill_queue_table
 
def graph_node_add
 
def graph_node_add_attr
 
def graph_add_relations
 

Variables

dictionary CONV = {"us": 1000, "ms": 1000*1000}
 

Function Documentation

◆ draw_queue_line()

def req_utils.draw_queue_line (   queue,
  offset 
)

Definition at line 79 of file req_utils.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ draw_timeline()

def req_utils.draw_timeline (   timeline,
  offset 
)

Definition at line 32 of file req_utils.py.

Here is the caller graph for this function:

◆ draw_timelines()

def req_utils.draw_timelines (   time_table,
  queue_table,
  client_start_time,
  queue_start_time,
  time_unit 
)

Definition at line 105 of file req_utils.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ fill_queue_table()

def req_utils.fill_queue_table (   queue_table,
  queue_start_time,
  qrange 
)

Definition at line 174 of file req_utils.py.

Here is the call graph for this function:

◆ graph_add_relations()

def req_utils.graph_add_relations (   graph)

Definition at line 227 of file req_utils.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ graph_node_add()

def req_utils.graph_node_add (   g)

Definition at line 206 of file req_utils.py.

Here is the caller graph for this function:

◆ graph_node_add_attr()

def req_utils.graph_node_add_attr (   g)

Definition at line 220 of file req_utils.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ prepare_time_table()

def req_utils.prepare_time_table (   time_table)

Definition at line 51 of file req_utils.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ query2dlist()

def req_utils.query2dlist (   model)

Definition at line 68 of file req_utils.py.

Here is the caller graph for this function:

◆ times_tag_append()

def req_utils.times_tag_append (   times)

Definition at line 74 of file req_utils.py.

Here is the caller graph for this function:

Variable Documentation

◆ CONV

dictionary CONV = {"us": 1000, "ms": 1000*1000}

Definition at line 30 of file req_utils.py.