.emacs-pre
changeset 1688 0bab53c47567
parent 1679 5ee3a93090f0
equal deleted inserted replaced
1687:3f69332472cb 1688:0bab53c47567
     3 ;; For load order see README.
     3 ;; For load order see README.
     4 
     4 
     5 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
     5 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
     6 ;; (message "profiler start")
     6 ;; (message "profiler start")
     7 
     7 
     8 ;; (profiler-start 'cpu)
     8 ;; Set to `t' and run:
     9 
     9 ;;   time emacs-w32 --kill
    10 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    10 (setq my-profiler-enabled nil)
    11 ;; To disable activation desktop-save-mode as it ask for file overriding when
    11 ;; Override default only when actually profiling... Default is 1000000 ns.
    12 ;; two Emacs are loaded making difficult automating like:  time emacs-w32 --kill
    12 (when my-profiler-enabled
    13 
    13   (setq profiler-sampling-interval 100000))
    14 ;; (setq my-no-desktop-save-mode t)
       
    15 
    14 
    16 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    15 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    17 ;; (message "libs pre-loading")
    16 ;; (message "libs pre-loading")
    18 
    17 
    19 ;; (require 'etags-select)
    18 ;; (require 'etags-select)