summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2014-02-17 12:47:17 -0300
committerTomás Touceda <chiiph@leap.se>2014-02-17 12:47:17 -0300
commit9d68551773a7f428e28a84e30598583c69837238 (patch)
tree5a18a39e4bbade135a6ccbfa37f5bc22230ae003 /Makefile
parentb814e84107ae1d89e0c9d2392b6d3ef7fee4bb53 (diff)
parentb4b9f10698902005c8d463d4bf3939d40c2a2783 (diff)
Merge remote-tracking branch 'refs/remotes/kali/profiling_goodies' into develop
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 00fec2ed..564fbe15 100644
--- a/Makefile
+++ b/Makefile
@@ -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)