[Speed] Pyperformance and -DDYNAMIC_EXECUTION_PROFILE

2020-03-28 Thread Skip Montanaro
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

[Speed] Re: Pyperformance and -DDYNAMIC_EXECUTION_PROFILE

2020-03-28 Thread Skip Montanaro
> 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