diff options
| author | Andre Weissflog <floooh@gmail.com> | 2025-12-04 21:13:26 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2025-12-04 21:13:26 +0100 |
| commit | af222efa40cd0b52984cfa7117af05189560fb09 (patch) | |
| tree | bdfd0b034c66b8a61e5ce48eaa927a344ddcee51 | |
| parent | 4280afcc1768ffa5ae4ed1b1b4b2fcf2dd619c6d (diff) | |
fix changelog typos
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c11b868..78851c06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,8 @@ `sg_frame_stats sg_query_frame_stats(void)` has been replaced with `sg_stats sg_query_stats(void)` (and a handful related functions renamed from 'frame_stats' to 'stats'). The new function `sg_query_stats()` returns additional information not just related to - the previous frame: it also reports the current 'running values' for the current frame - (careful: those depend on *where* in a frame the function is called, and the stats-values + the previous frame: it also reports the current 'running counts' for the current frame + (careful: those depend on *where* in a frame the function is called), and the stats-values which are not frame related have been moved into a separate nested struct `.total`. The totals are: the number of currently alive and free objects, and the total number alloc, free, init and uninit have been called for each |