When asking vmprofshow --help you get this:
that's not very helpful! I read the code:
|
if self.filter is None or funname.find(self.filter) != -1: |
to find out what it does and it's not terribly useful of a filter. It won't let me target the path and that's what can separate my code from lib code. (Plus what's with "find" instead of "x in y"? :P )