Skip to content
Flecs v4.1
impl.hpp
Go to the documentation of this file.
1/**
2 * @file addons/cpp/mixins/stats/impl.hpp
3 * @brief Stats module implementation.
4 */
5
6#pragma once
7
8namespace flecs {
9
11#ifdef FLECS_UNITS
13#endif
14
15 // Import C module.
17
21}
22
23}
FLECS_API void FlecsStatsImport(ecs_world_t *world)
Stats module import function.
flecs::entity import()
Import a module.
Definition impl.hpp:149
EcsWorldSummary WorldSummary
Component with world summary stats.
Definition decl.hpp:25
EcsPipelineStats PipelineStats
Component that stores system/pipeline statistics.
Definition decl.hpp:22
EcsWorldStats WorldStats
Component that stores world statistics.
Definition decl.hpp:19
flecs::component< T > component(Args &&... args) const
Find or register a component.
Definition impl.hpp:11
stats(flecs::world &world)
Construct the stats module.
Definition impl.hpp:10
Units module.
Definition decl.hpp:10
The world.
Definition world.hpp:129