Hi, I want to tweak the speed of my parslet parser, but unfortunately I cannot get perftools.rb to work (Windows XP).
With method_profiler.rb I can't succeed to show the right values for the rule's. (Number of method calls is way to small and elapsed time is also much to small.) I want to evaluate which rule consumes how much time and then optimize the most time consuming rules. Using: * ruby 1.9.3p327 (2012-11-10) [i386-mingw32] * Windows XP * latest parslet gem (1.5.0) Kind regards, Axel
