MCPcopy Create free account
hub / github.com/eth-easl/dirigent / get_per_invocation

Function get_per_invocation

artifact_evaluation/plot_azure_500.py:119–125  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

117
118def plot_function_scheduling_latency():
119 def get_per_invocation(path):
120 df = pd.read_csv(path)
121
122 df['responseTime'] -= df['actualDuration']
123 df['responseTime'] /= 1000 # to ms
124
125 return cdf(df, 'responseTime')
126
127 def get_per_function(path):
128 df = pd.read_csv(path)

Callers 1

Calls 1

cdfFunction · 0.85

Tested by

no test coverage detected