summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2016-02-11 08:01:29 +0100
committerFlorian Bruhin <git@the-compiler.org>2016-02-11 08:02:44 +0100
commit02f367a308e9bc6007da78e0c3cd9e8133cffd9a (patch)
treeee51da8b6b95911983372110f0f8b6242c8c1de7 /.gitignore
parent6d11e9ffd84486f080f9e8511985aa7f4597ae85 (diff)
downloadqutebrowser-02f367a308e9bc6007da78e0c3cd9e8133cffd9a.tar.gz
qutebrowser-02f367a308e9bc6007da78e0c3cd9e8133cffd9a.zip
Add basic profiling capability for quteproc tests.
When --qute-profile-subprocs is given, we write a profile file for each qutebrowser invocation and also create prof/combined.pstats afterwards.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 1916d4505..e1db4729d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,4 +29,5 @@ __pycache__
/.cache
/.testmondata
/.hypothesis
+/prof
TODO