Skip to content

src: check for --prof in ParseArgs

Previously, all of the cli arguments are parsed and then we loop through the v8 arguments again. This patch removes the need for the additional loop as we can check if the argument is --prof during the initial ParseArgs.

Merge request reports

Loading