1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Extract calculation of jump separation.

This commit is contained in:
Bartosz Taudul
2022-10-19 00:59:46 +02:00
parent 11ea081c57
commit 33e5e07629
2 changed files with 10 additions and 2 deletions
+2
View File
@@ -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