Open
Bug 1462743
Opened 7 years ago
Updated 3 years ago
Record thread state on windows
Categories
(Core :: Gecko Profiler, defect, P3)
Core
Gecko Profiler
Tracking
()
NEW
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
Reporter | ||
Comment 1•7 years ago
|
||
But it looks like we can use NtQueryInformationThread with ThreadSystemThreadInformation on Window 10 to get it per thread.
Updated•7 years ago
|
Priority: -- → P3
See Also: → 1329600
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•