E2E calculation per output message, plotting of E2E over time, E2E breakdown charts, E2E message flow charts
This commit is contained in:
parent
241a7c3bf2
commit
8eee45c79a
7 changed files with 1212 additions and 339 deletions
|
@ -73,7 +73,7 @@ def cached(name, function, file_deps: List[str]):
|
|||
|
||||
if pkl_time > dep_time:
|
||||
with open(pkl_filename, "rb") as f:
|
||||
print(f"[CACHE] Found up-to-date cache entry for {name}, loading.")
|
||||
print(f"[CACHE] Found up-to-date cache entry ({pkl_filename}) for {name}, loading.")
|
||||
return pickle.load(f)
|
||||
|
||||
if os.path.exists(pkl_filename):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue