Skip to content
Discussion options

You must be logged in to vote

Sync points are only inserted when:

  • a system marks a component as read/write
  • a subsequent system reads or writes that component

To see which sync points got inserted, do:

flecs::log::set_level(1); // will print pipeline changes, "merge" is a sync point

or connect your application to the explorer by doing this in the code:

world.set(flecs::Rest{});

and then going to https://www.flecs.dev/explorer

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by yohanip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants