You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, CLI is able to profile only single ruby files via memory-profiler ruby_file.rb (we pass a file name and the gem loads it and profiles the memory).
It will be very convenient to be able to profile whole commands/processes, like rspec, rails etc via something like memory-profiler run ...gem options... -- rails test ...command options....
The interface will like the one added for stackprof (tmm1/stackprof#187).
If this is OK, I can open a PR.
The text was updated successfully, but these errors were encountered:
Currently, CLI is able to profile only single ruby files via
memory-profiler ruby_file.rb
(we pass a file name and the gem loads it and profiles the memory).It will be very convenient to be able to profile whole commands/processes, like
rspec
,rails
etc via something likememory-profiler run ...gem options... -- rails test ...command options...
.The interface will like the one added for
stackprof
(tmm1/stackprof#187).If this is OK, I can open a PR.
The text was updated successfully, but these errors were encountered: