]> git.notmuchmail.org Git - notmuch/blobdiff - performance-test/perf-test-lib.sh
emacs: Add new option notmuch-search-hide-excluded
[notmuch] / performance-test / perf-test-lib.sh
index 0e4915e36b2ed7405be538f57d928d6d7628cee3..c34f8cd6ba975d4779c69313ab19b7af6697d616 100644 (file)
@@ -210,6 +210,11 @@ print_header ()
     printf "\t\t\tWall(s)\tUsr(s)\tSys(s)\tRes(K)\tIn/Out(512B)\n"
 }
 
+print_emacs_header ()
+{
+    printf "\t\t\tWall(s)\tGCs\tGC time(s)\n"
+}
+
 time_run ()
 {
     printf "  %-22s" "$1"