jw-python/tools/python
Jan Lindemann 958c077da3 Cmds: Support --write-profile <filename>
Add an option which makes the program write profiling statistics in pstats
format to a specified file.

Visualize e.g. with:

  gprof2dot -f pstats <filename> -o <dotfile>
  dot -Tpng | display <dotfile>

Signed-off-by: Jan Lindemann <jan@janware.com>
2025-06-05 16:58:26 +02:00
..
jwutils Cmds: Support --write-profile <filename> 2025-06-05 16:58:26 +02:00
Makefile Fix Python errors reported by mypy 2020-04-10 14:17:15 +02:00