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

Wrap access to source location function and file.

This commit is contained in:
Bartosz Taudul
2017-11-05 21:03:08 +01:00
parent 3d2450fc10
commit 8178b61973
2 changed files with 26 additions and 13 deletions
+3
View File
@@ -195,6 +195,9 @@ private:
void HandleZoneViewMouse( int64_t timespan, const ImVec2& wpos, float w, double& pxns );
const char* GetSrcLocFunction( const SourceLocation& srcloc );
const char* GetSrcLocFile( const SourceLocation& srcloc );
uint32_t GetZoneColor( const ZoneEvent& ev );
uint32_t GetZoneColor( const SourceLocation& srcloc );
uint32_t GetZoneHighlight( const ZoneEvent& ev, bool migration );