summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-10-20 06:50:18 -0500
committerCraig Jennings <c@cjennings.net>2025-10-20 06:50:18 -0500
commit0aa93ee028eed39f5ff9f399b2d3748b4df68c3c (patch)
tree09f5fe4b061560d3911e3a28ebd70f285cbcaf51
parent3624e82c775dcbd191d03deda0c3fa311cc6bb8a (diff)
test: adding disabled benchmarking code for performance testing
-rw-r--r--early-init.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/early-init.el b/early-init.el
index 52cfafed..7809f54e 100644
--- a/early-init.el
+++ b/early-init.el
@@ -34,6 +34,14 @@
;;; Code:
+;; ---------------------------- Benchmark Init Setup ---------------------------
+;; Comprehensive startup profiling (run M-x benchmark-init/show-durations-tree)
+;; To disable profiling, comment out the lines below.
+;; Note: Install with M-x package-install RET benchmark-init RET
+
+;; (when (require 'benchmark-init nil 'noerror)
+;; (add-hook 'after-init-hook 'benchmark-init/deactivate))
+
;; -------------------------------- Debug Flags --------------------------------
;; debugging enabled during Emacs startup. disabled again after Emacs startup.