alnoda-workspaces/workspaces/python-workspace/examples/python-script
2021-09-09 21:13:30 +00:00
..
README.md new version of WID - 0.9 2021-09-09 21:13:30 +00:00
script.py new version of WID - 0.9 2021-09-09 21:13:30 +00:00
test_script.py new version of WID - 0.9 2021-09-09 21:13:30 +00:00

Basic python script

Boilerplate for the most simple python scripts

mv /home/examples/basic-python-script /home/project
mkdir -p /home/static-server/profiling/basic-python-script
pyinstrument -t -r html -o /home/static-server/profiling/basic-python-script/p2  script.py