sine-patre/Makefile

6 lines
99 B
Makefile

.PHONY: prof
prof:
python -m cProfile -o sine_patre.prof sine_patre.py
snakeviz sine_patre.prof