You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried using the profiler on an ETL script through the Java API, and found that the rule information was not being populated as expected. I could see the various profile targets in the tree, but noticed that no TransformationRules were being listed, only their guards and StatementBlocks.
Thinking it may be my use of the Java API, I tried running the example Flowchart2HTML transformation via the usual Eclipse launch configurations with profiling on (including the fine-grained profiling), and found it left the Rules tab empty as well.
I have found one possible fix, but I'm not sure the approach I followed is the best one in terms of design. I'll share it via a PR.
The text was updated successfully, but these errors were encountered:
I tried using the profiler on an ETL script through the Java API, and found that the rule information was not being populated as expected. I could see the various profile targets in the tree, but noticed that no
TransformationRule
s were being listed, only their guards andStatementBlock
s.Thinking it may be my use of the Java API, I tried running the example Flowchart2HTML transformation via the usual Eclipse launch configurations with profiling on (including the fine-grained profiling), and found it left the Rules tab empty as well.
I have found one possible fix, but I'm not sure the approach I followed is the best one in terms of design. I'll share it via a PR.
The text was updated successfully, but these errors were encountered: