sine-patre/Makefile

6 lines
99 B
Makefile
Raw Normal View History

2024-04-28 16:23:47 +00:00
.PHONY: prof
prof:
python -m cProfile -o sine_patre.prof sine_patre.py
snakeviz sine_patre.prof