Skip to content

Show the execution time with animation #948

Description

@pgiraud

Describe the solution you'd like

It would be nice to visually see how and when the nodes run.

In the diagram, we could show a timeline with progress bars showing the elapsed time.
The user may want to play the animation with a fixed total duration (to 10 seconds). And the progression would be proportional to the effective execution time. For a node, the bar would appear after the startup time, and animation would stop right after the total time.

|     |----------------------|                    |
      ^  startup             ^ total
  1. Before startup time
  2. During execution
  3. After total time

This would help understand which nodes need to wait for the underlying to complete to run and which can start when the first row is received.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions