Day 019-022 (1/2): was sick for the last week or so but managed to get some work done here and there.
Managed to integrate Tracy (frame profiler) with my tools so i can track cpu usage and memory usage of my arenas. Right now i have just two memory arenas (one for the engine and one for the game data), but that will change soon as i add more game systems. And a small one for scratch data, that i clear at the end of the frame.
...