#1440·tracy

Feature Request: Expose CPU time in C API calibration function

Author: RogueLogixCreated Jul 31, 2026Updated Aug 15, 2026

Currently, `___tracy_emit_gpu_calibration` immediately does a GetTime call to fill in the CPU time. When using `VK_EXT_calibrated_timestamps` from a language that is bound via the C API (Java in this case) I am unable to pass through the CPU time that is returned by Vulkan like `TracyVulkan.hpp` does.