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:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user