Timer Info

This node reports individual and aggregate timing/execution information for all nodes of the workflow at this level and for (nested) metanodes and components using the specified recursion option up until the specified depth.

The output table lists all nodes in the workflow that were executed since the last reset. This also includes nodes in metanodes and components up to the specified nesting depth. The detailed statistics are:

  • Name: Name of the node
  • Execution Time: The execution time of the most recent execution.
  • Execution Time since last Reset: The aggregated execution time since the node was last reset. For all nodes but loop start and end nodes this value is the same as the "execution time". Start & end nodes do not get reset as part of a loop restart.
  • Execution Time since Start: The aggregated execution time since the workflow has been opened (or the node was instantiated).
  • Nr of Executions since last Reset: Number of executions since it was last reset. This is usually 1 (or 0 if node is not executed) but can be a larger number for loop start and end nodes.
  • Nr of Executions since Start: Number of times a node was executed since the workflow has been opened.
  • NodeID: The unique ID within the workflow associated with the node.
  • Classname: The java class name of the node -- used to uniquely identify the node implementation.

Options

Recursion
Chooses a recursion option for metanodes and components
  • No recursion : Only lists the nodes on the top level of the workflow.
  • Only metanodes : Recurses only the metanodes up to the specified depth.
  • Components and metanodes : Recurses components and metanodes up to the specified depth.
Max Depth
Controls depth of reporting of nodes in (nested) metanodes and components.
Include component input and output nodes
Includes the component input and output nodes in the output table.
Include node comments
Include node comments for each node in the output table

Input Ports

Icon
Allows to make sure node is executed after others.

Output Ports

Icon
The collected timer information.

Views

This node has no views

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.