bevy/crates/bevy_ecs/src/schedule
James Liu 60e400b22f
Remove the system task span (#12950)
# Objective
The system task span is pretty consistent in how much time it uses, so
all it adds is overhead/additional bandwidth when profiling.

## Solution
Remove it.
2024-04-13 19:27:11 +00:00
..
executor Remove the system task span (#12950) 2024-04-13 19:27:11 +00:00
condition.rs Optimize Event Updates (#12936) 2024-04-13 14:11:28 +00:00
config.rs fix some typos (#12038) 2024-02-22 18:55:22 +00:00
graph_utils.rs Disentangle bevy_utils/bevy_core's reexported dependencies (#12313) 2024-03-07 02:30:15 +00:00
mod.rs Remove redundant imports (#12817) 2024-04-01 19:59:08 +00:00
schedule.rs Split ScheduleGraph::process_configs function (adopted) (#12435) 2024-03-17 02:00:37 +00:00
set.rs Moves intern and label modules into bevy_ecs (#12772) 2024-04-08 15:34:11 +00:00
state.rs Replace FromWorld requirement on ReflectResource and reflect Resource for State<S> (#12136) 2024-02-27 15:49:39 +00:00
stepping.rs Fix some nightly Clippy lints (#12927) 2024-04-13 02:05:38 +00:00