You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to get sampling profiles on Windows sometimes results in an empty capture.
It is unclear to me what exactly fails. Here's what I found so far:
Sample captures are usually missing on a new machine/setup. Instrumentation works fine.
Debugging the target app once in MSVC and loading all symbols seems to fix subsequent capture.
Clearing the symbol cache in MSVC does not break the ability to make new sampling captures.
There seems to be some quirk of DbgHelp that is fixed by debugging the target once in MSVC. Perhaps logging/reporting the errors returned by the Windows API in the Optick library could shed more light to it?
The text was updated successfully, but these errors were encountered:
Trying to get sampling profiles on Windows sometimes results in an empty capture.
It is unclear to me what exactly fails. Here's what I found so far:
There seems to be some quirk of DbgHelp that is fixed by debugging the target once in MSVC. Perhaps logging/reporting the errors returned by the Windows API in the Optick library could shed more light to it?
The text was updated successfully, but these errors were encountered: