Skip to content

Visualize multiple schedules in a single graph #22

Description

@d-bucur

I would like to be able to display 2 nested schedules inside a single graph. I have the following graph for the FixedUpdate schedule with 4 different SystemSets

image

And run_solver_schedule is defined something like this

fn run_solver_schedule(world: &mut World) {
    for _ in 0..2 {
        world.run_schedule(SolverSchedule);
    }
}

And SolverSchedule has the following graph

image

Is there currently a way to do this?

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

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions