Skip to content

added column headers to OnExportAsCsv() (issue #42)#62

Merged
CyberShadow merged 4 commits intoVerySleepy:masterfrom
graemekelly:master
Jan 9, 2019
Merged

added column headers to OnExportAsCsv() (issue #42)#62
CyberShadow merged 4 commits intoVerySleepy:masterfrom
graemekelly:master

Conversation

@graemekelly
Copy link
Copy Markdown
Contributor

As per title. It's pulled the other commits from my change for the thread name a while back, the contents are the same as the master though.

Find if GetThreadDescription() is available in Kernel32.dll (it's available from the Win10 Creators update onwards). If it is, add another column "Thread Name" to the list of threads shown when selecting which thread(s) to profile. If this function is unavailable, don't show this extra column at all. If it is available, we rely on the application being profiled to have called SetThreadDescription(), but if it has not, we just show "-" instead.
added column headers to OnExportAsCsv() (issue VerySleepy#42)
Copy link
Copy Markdown
Member

@CyberShadow CyberShadow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

@CyberShadow CyberShadow merged commit 66cacab into VerySleepy:master Jan 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants