Skip to content

Commit 07e1c0f

Browse files
committed
Add monitor addon & extend statistics API
1 parent bd53221 commit 07e1c0f

27 files changed

+1930
-772
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ Addon | Description | Define
190190
[Rules](https://flecs.docsforge.com/master/api-rules/) | Powerful prolog-like query language | FLECS_RULES |
191191
[Snapshot](https://flecs.docsforge.com/master/api-snapshot/) | Take snapshots of the world & restore them | FLECS_SNAPSHOT |
192192
[Stats](https://flecs.docsforge.com/master/api-stats/) | See what's happening in a world with statistics | FLECS_STATS |
193+
[Monitor](https://flecs.docsforge.com/master/api-monitor/) | Periodically collect & store statistics | FLECS_MONITOR |
193194
[Log](https://flecs.docsforge.com/master/api-log/) | Extended tracing and error logging | FLECS_LOG |
194195
[App](https://flecs.docsforge.com/master/api-app/) | Flecs application framework | FLECS_APP |
195196
[OS API Impl](https://flecs.docsforge.com/master/api-os-api-impl/) | Default OS API implementation for Posix/Win32 | FLECS_OS_API_IMPL |

0 commit comments

Comments
 (0)