From b7fdc8c0ebbca07a1e7e163f7d5d57cec3e629da Mon Sep 17 00:00:00 2001 From: Marcos Slomp Date: Wed, 27 May 2026 15:54:03 -0700 Subject: [PATCH] newlines --- public/tracy/TracyVulkan.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/tracy/TracyVulkan.hpp b/public/tracy/TracyVulkan.hpp index f62af2e9..e36eaa0a 100644 --- a/public/tracy/TracyVulkan.hpp +++ b/public/tracy/TracyVulkan.hpp @@ -363,6 +363,7 @@ private: return 0; # endif } + tracy_force_inline bool GetCalibratedTimestamps( int64_t& tCpu, int64_t& tGpu, uint64_t& tDeviation ) { assert( m_device ); @@ -380,6 +381,7 @@ private: tDeviation = deviation; return true; } + tracy_force_inline bool Calibrate( int64_t& tCpu, int64_t& tGpu, uint64_t maxSamples = ~uint64_t(0) ) { for ( uint64_t i = 0; i < maxSamples; ++i )