Module veloren_common_ecs::system
source · Structs§
- This Struct will wrap the System in order to avoid the can only impl trait for local defined structs error It also contains the cpu measurements
Enums§
- measuring the level of threads a unit of code ran on. Use Rayon when it ran on their threadpool. Use Exact when you know on how many threads your code ran on exactly.
Traits§
- This trait wraps around specs::System and does additional veloren tasks like metrics collection
Functions§
- The Idea is to transform individual timelines per system to a map of all cores and what they (prob) are working on.