Allow for better TF2 insight and analysis [WIP], write more outputs to the specified out dir and not to the project dir, add E2E_EXACT_PATH setting to speed up execution for known paths
This commit is contained in:
parent
e2cdfade31
commit
dc3a8084b1
5 changed files with 185 additions and 118 deletions
|
@ -113,7 +113,7 @@ def _get_cb_topic_deps(nodes_to_cbs: Dict[TrNode, Set[TrCallbackObject]]):
|
|||
p.update()
|
||||
|
||||
if type(cb.owner) == TrSubscriptionObject:
|
||||
dep_topics = [cb.owner.subscription.topic]
|
||||
dep_topics = cb.owner.subscription.topics
|
||||
elif type(cb.owner) == TrTimer:
|
||||
dep_topics = []
|
||||
elif cb.owner is None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue