VerySleepy / verysleepy

Very Sleepy, a sampling CPU profiler for Windows
http://www.codersnotes.com/sleepy
GNU General Public License v2.0
1.07k stars 104 forks source link

Search in the functions window #107

Open bretalfieri opened 1 year ago

bretalfieri commented 1 year ago

I'd love to be able to ctrl-f in the functions window to find a function name.

CyberShadow commented 1 year ago

I don't have access to a Windows machine at the moment, but what happens if you click inside the functions window and start typing?

bretalfieri commented 1 year ago

Ok. It does move the selection to what I'm typing. This works well for small numbers of items. The use case I have is for C++ class methods, where all the classes are unfortunately named starting with 'C'. For instance, COneOfHunderedsOfClasses::methodImSearchingFor.