Hi. I'm running VS2010 so I'm using GPA 4.0 as an alternative to Task Analyzer(TAL in GPA 3.0). I'm trying to model the system flow of my multi-threaded application. I'm using mainly named tasks and markers, although I'm having a problem when some tasks are nested in other larger ones. For example, in this sequence: BeginTask("LargeTask") BeginTask("SubTask A"); EndTask("SubTask A"); BeginTask("SubTask B"); EndTask("SubTask B"); EndTask("LargeTask"); All I see is LargeTask in Platform Analyzer. What is the best way to show the system flow as intended?
GPA 4.0: Cannot See Nested Tasks in Platform Analyzer
Per informazioni complete sulle ottimizzazioni del compilatore, consultare l'Avviso sull'ottimizzazione


