Skip to content
Snippets Groups Projects
Commit f90f4d2a authored by Emma Söderberg's avatar Emma Söderberg
Browse files

Extract and update incremental trace hook

parent 9c42e620
No related branches found
No related tags found
No related merge requests found
...@@ -234,9 +234,7 @@ $endif ...@@ -234,9 +234,7 @@ $endif
#resetVisit #resetVisit
#resetCache #resetCache
#(signature)_handler.notifyDependencies(); #(signature)_handler.notifyDependencies();
$if (TraceFlush) $include(AttrDecl.traceFlushIncAttr)
$HostClass.this.state().trace().flushIncAttr($HostClass.this, "#signature", "", "");
$endif
} }
$endif $endif
$endif $endif
......
...@@ -323,6 +323,12 @@ state().trace().flushAttr("#getAspectName", this, "#hostClassName.#signatureJava ...@@ -323,6 +323,12 @@ state().trace().flushAttr("#getAspectName", this, "#hostClassName.#signatureJava
$endif $endif
]] ]]
AttrDecl.traceFlushIncAttr [[
$if (TraceFlush)
state().trace().flushIncAttr("#getAspectName", fNode, fAttrID, "", "");
$endif
]]
CollEq.traceContributionCheckBegin [[ CollEq.traceContributionCheckBegin [[
$if (TraceColl) $if (TraceColl)
state().trace().contributionCheckBegin("#getAspectName", this, "#collectionId", "#escapeConditionForTemplate"); state().trace().contributionCheckBegin("#getAspectName", this, "#collectionId", "#escapeConditionForTemplate");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment