From 02f367a308e9bc6007da78e0c3cd9e8133cffd9a Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 11 Feb 2016 08:01:29 +0100 Subject: 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 1916d4505..e1db4729d 100644 --- a/.gitignore +++ b/.gitignore @@ -29,4 +29,5 @@ __pycache__ /.cache /.testmondata /.hypothesis +/prof TODO -- cgit v1.2.3-54-g00ecf