mirror of
https://github.com/wolfpld/tracy.git
synced 2026-01-18 17:11:26 +01:00
Display sys call names.
This commit is contained in:
@@ -4443,7 +4443,7 @@ int View::DrawSysCalls( const Vector<SysCall>& vec, bool hover, double pxns, int
|
||||
}
|
||||
else
|
||||
{
|
||||
const auto name = "???";
|
||||
const auto name = m_worker.GetCodeLocationName( it->ptr );
|
||||
const auto tsz = ImGui::CalcTextSize( name );
|
||||
|
||||
const auto pr0 = ( it->start - m_vd.zvStart ) * pxns;
|
||||
|
||||
Reference in New Issue
Block a user