From 031a9a90dc56a473564d72df6d280bc0a0926580 Mon Sep 17 00:00:00 2001 From: Olivier Keshavjee Date: Fri, 26 Jun 2015 14:24:05 +0200 Subject: [PATCH] Playing with pycallgraph --- .gitignore | 3 ++- makefile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f2bb6f0..56655ef 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ snowflake* .directory *.msk Notes.t2t -*.nja \ No newline at end of file +*.nja +src/pycallgraph.txt \ No newline at end of file diff --git a/makefile b/makefile index fe58ea2..e56fa9e 100644 --- a/makefile +++ b/makefile @@ -21,7 +21,7 @@ compile: cd src && python3 setup.py build_ext --inplace callgraph: - pycallgraph graphviz -- src/main.py + cd src; pycallgraph myoutput -- main.py translation: pylupdate5 -noobsolete i18n/manuskript.pro