Graybyt3 Was Here
Linux host1.absolutelystunningcenterpieces.com 3.10.0-957.21.3.el7.x86_64 #1 SMP Tue Jun 18 16:35:19 UTC 2019 x86_64
Apache
69.167.136.200
/
lib64
/
python2.7
/
Tools
/
scripts
[ HOME ]
Exec
Submit
File Name : analyze_dxp.pyo
� � J]c @ s� d Z d d l Z d d l Z d d l Z d d l Z d d l Z e e d � s` e d � � n e j � Z e j � a d � Z d � Z d � Z d � Z d � Z d � Z d d � Z d S( s Some helper functions to analyze the output of sys.getdxp() (which is only available if Python was built with -DDYNAMIC_EXECUTION_PROFILE). These will tell you which opcodes have been executed most frequently in the current process, and, if Python was also built with -DDXPAIRS, will tell you which instruction _pairs_ were executed most frequently, which may help in choosing new instructions. If Python was built without -DDYNAMIC_EXECUTION_PROFILE, importing this module will raise a RuntimeError. If you're running a script you want to profile, a simple way to get the common pairs is: $ PYTHONPATH=$PYTHONPATH:<python_srcdir>/Tools/scripts ./python -i -O the_script.py --args ... > from analyze_dxp import * > s = render_common_pairs() > open('/tmp/some_file', 'w').write(s) i����Nt getdxpsK Can't import analyze_dxp: Python built without -DDYNAMIC_EXECUTION_PROFILE.c C s# t | � d k o"