Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'server/TracySourceView.hpp')
-rw-r--r--server/TracySourceView.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/TracySourceView.hpp b/server/TracySourceView.hpp
index f8f8e1cf..302bb425 100644
--- a/server/TracySourceView.hpp
+++ b/server/TracySourceView.hpp
@@ -205,6 +205,8 @@ private:
bool IsInContext( const Worker& worker, uint64_t addr ) const;
const std::vector<uint64_t>* GetAddressesForLocation( uint32_t fileStringIdx, uint32_t line, const Worker& worker );
+ tracy_force_inline float CalcJumpSeparation( float scale );
+
#ifndef TRACY_NO_FILESELECTOR
void Save( const Worker& worker, size_t start = 0, size_t stop = std::numeric_limits<size_t>::max() );
#endif