mape/node-profile

Pass command line arguments to the program

bilts opened this issue · 0 comments

The program I'm trying to profile needs command line arguments. It looks like nodeprofile appends argv[2] to the command it tries to run. It'd be nice if it appended the entire argument list from index 2 on, so that the program can receive additional command line arguments.

If that doesn't work for some reason, there should be some way to pass command line arguments to the program being profiled.