I'm interested in some dynamic execution counts (sys.getdxp). I have a
Python executable built with that. The recommended way to capture
execution profiles is to run the desired program with -i and use that
to grab and write the opcode profile.
That would be quite cumbersome when using pyperforman
> I'm interested in some dynamic execution counts (sys.getdxp). I have a
> Python executable built with that. The recommended way to capture
> execution profiles is to run the desired program with -i and use that
> to grab and write the opcode profile.
> That would be quite cumbersome when using p