modular pipelines intercepts and profiling

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2026-08-28 13:31:54 +02:00
parent 37ac1b64c9
commit 68d892e6b2
9 changed files with 183 additions and 100 deletions
+1
View File
@@ -106,4 +106,5 @@ launch = Timer()
init = Timer()
load = Timer()
dynamo = Timer()
blocks = Timer()
autotune = Timer(profile=True)