mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-08-24 12:08:20 +00:00
* view stats: Make GPU begin and end times available * view stats: Make CPU start and end times available * view stats: Remove redundant `gpuTimeElapsed` Value can be derived by `gpuTimeEnd - gpuTimeBegin` * view stats: Remove redundant `cpuTimeElapsed` Value can be derived by `cpuTimeEnd - cpuTimeBegin`