I have a workflow containing nodes, components covering nodes only, and components covering other components (multi-level component structure). I wonder what is the total number of all nodes being executed while workflow is run, including all nodes ‘hidden’ in components and components within components.
‘Timer Info’ counts KNIME bricks, so component is counted as 1 element only.
I have also tried Vernalis ‘Benchmark Start’ / “Benchmark End’ and ‘Benchmark Start (Memory Monitoring)’ / “Benchmark End (Memory Monitoring)’ nodes, however they don’t count nodes.
Could you please suggest how to count all executed nodes?