epsilon
epsilon copied to clipboard
"Rules" section in profiler empty for ETL scripts
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 and StatementBlock
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.