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:
authorBartosz Taudul <wolf@nereid.pl>2022-07-02 15:35:11 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-07-02 15:36:54 +0300
commitf3fe8b27e8ea1b314930fda68609aeba2ba31cce (patch)
tree65728ec1f7fa36c6b1f190a2edda2d25f08aa12b /server/TracyView.hpp
parente98b24a9ed92f785ecec1610ec35609478ac5ead (diff)
Extract plot drawing from View.
Diffstat (limited to 'server/TracyView.hpp')
-rw-r--r--server/TracyView.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/TracyView.hpp b/server/TracyView.hpp
index 32cf65d1..1ee8b188 100644
--- a/server/TracyView.hpp
+++ b/server/TracyView.hpp
@@ -388,6 +388,8 @@ private:
}
void AdjustThreadHeight( View::VisData& vis, int oldOffset, int& offset );
+ float AdjustThreadPosition( View::VisData& vis, float wy, int& offset );
+
void DrawHistogramMinMaxLabel( ImDrawList* draw, int64_t tmin, int64_t tmax, ImVec2 wpos, float w, float ty );
static int64_t AdjustGpuTime( int64_t time, int64_t begin, int drift );