cleaned up assert(...) to be able to build with Debug configuration(s)
One or more of these was resulting in bad behavior. If you select a single thread and start sampling, the app will sample a single thread once (or a few times), then begin sampling all threads.
Attach to specific thread(s)
/thread:<tid>
/thread:<tid1>,<tid2>,...
In addition to /mt /mbt, this option permits you to sample specific threads, by thread ID.
Build Scripts
added some feedback for failures
added support for default install paths for Inno 6
Bug Fixes
ProfilerThread::sample(...)
ThreadPicker::AttachToProcess(...)
assert(...)
to be able to build with Debug configuration(s)One or more of these was resulting in bad behavior. If you select a single thread and start sampling, the app will sample a single thread once (or a few times), then begin sampling all threads.
Attach to specific thread(s)
In addition to /mt /mbt, this option permits you to sample specific threads, by thread ID.
Build Scripts