Skip to content

Commit

Permalink
Add monitor addon & extend statistics API
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderMertens committed May 31, 2022
1 parent bd53221 commit 07e1c0f
Show file tree
Hide file tree
Showing 27 changed files with 1,930 additions and 772 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ Addon | Description | Define
[Rules](https://flecs.docsforge.com/master/api-rules/) | Powerful prolog-like query language | FLECS_RULES |
[Snapshot](https://flecs.docsforge.com/master/api-snapshot/) | Take snapshots of the world & restore them | FLECS_SNAPSHOT |
[Stats](https://flecs.docsforge.com/master/api-stats/) | See what's happening in a world with statistics | FLECS_STATS |
[Monitor](https://flecs.docsforge.com/master/api-monitor/) | Periodically collect & store statistics | FLECS_MONITOR |
[Log](https://flecs.docsforge.com/master/api-log/) | Extended tracing and error logging | FLECS_LOG |
[App](https://flecs.docsforge.com/master/api-app/) | Flecs application framework | FLECS_APP |
[OS API Impl](https://flecs.docsforge.com/master/api-os-api-impl/) | Default OS API implementation for Posix/Win32 | FLECS_OS_API_IMPL |
Expand Down

0 comments on commit 07e1c0f

Please sign in to comment.