Crate veloren_common_ecs

source ·

Modules§

Structs§

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.