diff options
author | Kali Kaneko <kali@leap.se> | 2014-02-17 11:13:27 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2014-02-17 11:13:27 -0400 |
commit | eaf5e77392d98c5de7b5e6bba88eb2121226df36 (patch) | |
tree | 3c313e1ecf06041c7b71e0bd57ef6569a5c57720 | |
parent | c75a61d6eb5ab42744adcd1ee83dd1f95317ff09 (diff) |
profiling target to makefile
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | Makefile | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -3,6 +3,7 @@ *.pyc *.log *.lprof +*.pstats *.*~ .* *_rc.py @@ -64,5 +64,8 @@ manpages: apidocs: @sphinx-apidoc -o docs/api src/leap/bitmask +mailprofile: + gprof2dot -f pstats /tmp/leap_mail_profile.pstats -n 0.2 -e 0.2 | dot -Tpdf -o /tmp/leap_mail_profile.pdf + clean : $(RM) $(COMPILED_UI) $(COMPILED_RESOURCES) $(COMPILED_UI:.py=.pyc) $(COMPILED_RESOURCES:.py=.pyc) |