Open Bug 1462743 Opened 6 years ago Updated 2 years ago

Record thread state on windows

Categories

(Core :: Gecko Profiler, defect, P3)

defect

Tracking

()

People

(Reporter: jrmuizel, Unassigned)

References

(Blocks 1 open bug)

Details

It would be nice to see in profiles whether a thread is actually running.

NtQuerySystemInformation seems to be able to provide this information (unfortunately for the entire system)

See: https://stackoverflow.com/a/22949726/7471004
Blocks: 1459668
But it looks like we can use NtQueryInformationThread with ThreadSystemThreadInformation on Window 10 to get it per thread.
Priority: -- → P3
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.