Skip to content

reference_system_py::dropped_messages

Functions

Name
def parseData(data_model data_model)
def individual(data_model data_model, size size)
def getRunTime(start start, end end)
def generateNodeGraph(dataframe dataframe)
def countDropped(dataframe dataframe, node_graph node_graph)
def calcTotals(run_time run_time, dataframe dataframe)

Attributes

Name
bool nx_available

Functions Documentation

function parseData

def parseData(
    data_model data_model
)

function individual

def individual(
    data_model data_model,
    size size
)

function getRunTime

def getRunTime(
    start start,
    end end
)

function generateNodeGraph

def generateNodeGraph(
    dataframe dataframe
)

function countDropped

def countDropped(
    dataframe dataframe,
    node_graph node_graph
)

function calcTotals

def calcTotals(
    run_time run_time,
    dataframe dataframe
)

Attributes Documentation

variable nx_available

bool nx_available =  True;

Updated on 2023-09-17 at 15:43:17 +0000