Maksasj / bebone

☠️ game development framework/engine aimed for flexible and highly customizable game development
MIT License
7 stars 0 forks source link

Rewrite Profiler module #118

Open Soskar1 opened 1 week ago

Soskar1 commented 1 week ago

Profiler module is too dependent on Singleton pattern. There is a problem in this module: Profile struct depends on Profiler class and vice versa. We need to rewrite this module entirely due to design issues.