Example #1
0
 string GetThreadName(ProfileTreeViewItem item)
 {
     return(m_ProfileAnalyzerWindow.GetUIThreadName(item.data.threads[0]));
 }