mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Pass function names to ViewSource() calls.
This commit is contained in:
@@ -667,7 +667,7 @@ void View::DrawStatistics()
|
||||
{
|
||||
if( SourceFileValid( file, m_worker.GetCaptureTime(), *this, m_worker ) )
|
||||
{
|
||||
ViewSource( file, srcloc.line );
|
||||
ViewSourceCheckKeyMod( file, srcloc.line, m_worker.GetString( srcloc.function ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user