Circular-Studios / Dash

A free and open 3D game engine written in D.
https://circularstudios.com/Dash
MIT License
422 stars 63 forks source link

Feature: Tharsis Frame Profiler #237

Closed ColdenCullen closed 9 years ago

ColdenCullen commented 9 years ago

This adds a frame profiler implementation that allows us to keep track of what parts of a frame are taking the longest. This will also allow us to add more zones in the future, as they become necessary.

Special thanks to @kiith-sa for writing tharsis-prof.

PxlBuzzard commented 9 years ago

LGTM :+1: