used to monitor the perfomance of singlethreaded, event loop based applications
uses egui for a tree est perfomance overview and detailed perfomance graphs
- Eframe apps can easaly be profiled and displayed
- apps that do not use winit or any display can use the seperate window function to spawn the ui on anuther thread, // multuple winit windows at onece on diffrent threads is not supported, help is welcomed for this feature
- currently only supports windows, will fix at some point
- ui's kinda bad, working on a costom solution rarther then useing egui plots bar graph (hacky)
- diognose bugs and bottlenecks in an intuitive way
- add cool looking perfomance statictics to you app to make it feel cooler wist provideing no tangable benifit
- do whatever you whant with the code, some of its good, some of its not, controbutions are welcome