4 Matching Annotations
- Oct 2020
-
github.com github.com
-
engineering.appfolio.com engineering.appfolio.com
-
optcarrot, is a headless NES emulator that the Ruby core team are using as a CPU-intensive optimization target.
-
- Jul 2020
-
github.com github.com
-
Looks like this alternative is better maintained: https://github.com/test-prof/test-prof
Meat: https://github.com/sinisterchipmunk/rspec-prof/blob/master/lib/rspec-prof.rb
-
-
ruby-prof.github.io ruby-prof.github.io
-
ruby-prof supports excluding specific methods and threads from profiling results. This is useful for reducing connectivity in the call graph, making it easier to identify the source of performance problems when using a graph printer. For example, consider Integer#times: it's hardly ever useful to know how much time is spent in the method itself. We are more interested in how much the passed in block contributes to the time spent in the method which contains the Integer#times call. The effect on collected metrics are identical to eliminating methods from the profiling result in a post process step.
Tags
Annotators
URL
-