mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-07-11 16:48:50 +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`