From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Ziems Subject: Re: setting priority through S-down and S-up is laggy on i5 cpu Date: Fri, 16 Jan 2015 22:32:03 +0100 Message-ID: <54B98353.6090207@xiron.de> References: <54B97C50.9000900@xiron.de> <87387atof8.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39661) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YCEVV-0003iS-1F for emacs-orgmode@gnu.org; Fri, 16 Jan 2015 16:32:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YCEV1-0008Bx-29 for emacs-orgmode@gnu.org; Fri, 16 Jan 2015 16:32:40 -0500 Received: from smtp2-2.goneo.de ([85.220.129.34]:50888) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YCEV0-0008BO-RL for emacs-orgmode@gnu.org; Fri, 16 Jan 2015 16:32:10 -0500 Received: from localhost (localhost [127.0.0.1]) by smtp2.goneo.de (Postfix) with ESMTP id 2A8FC23F19E for ; Fri, 16 Jan 2015 22:32:09 +0100 (CET) Received: from smtp2.goneo.de ([127.0.0.1]) by localhost (smtp2.goneo.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aydxxYDOK7P9 for ; Fri, 16 Jan 2015 22:32:08 +0100 (CET) Received: from [192.168.1.89] (x2f78be5.dyn.telefonica.de [2.247.139.229]) by smtp2.goneo.de (Postfix) with ESMTPSA id CDD0E23EFB9 for ; Fri, 16 Jan 2015 22:32:07 +0100 (CET) In-Reply-To: <87387atof8.fsf@nicolasgoaziou.fr> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hello, thanks for the reply. is this information already helpful: - command-execute 1331 92% - call-interactively 1327 91% - org-shiftdown 302 20% - call-interactively 302 20% - org-priority-down 302 20% org-priority 302 20% - org-shiftup 293 20% - call-interactively 293 20% - org-priority-up 293 20% org-priority 293 20% - next-line 183 12% - funcall 183 12% - # 183 12% - line-move 183 12% line-move-visual 180 12% - org-cycle 145 10% - org-cycle-internal-local 145 10% - run-hook-with-args 108 7% - org-optimize-window-after-visibility-change 104 7% - org-subtree-end-visible-p 8 0% - pos-visible-in-window-p 6 0% - jit-lock-function 6 0% - jit-lock-fontify-now 6 0% + funcall 6 0% + org-cycle-hide-archived-subtrees 2 0% + org-cycle-show-empty-lines 2 0% + show-children 34 2% + org-agenda 138 9% + previous-line 120 8% + byte-code 76 5% + find-file 31 2% + save-buffer 19 1% + org-shiftleft 15 1% + execute-extended-command 3 0% + org-shiftright 2 0% - autoload-do-load 3 0% i hope the format is ok. Thanks so much Am 16.01.2015 um 22:18 schrieb Nicolas Goaziou: > Hello, > > Michael Ziems writes: > >> i got two windows machines: one is a surface with an i5 cpu and >> a desktop machine with an amd 6 core cpu. >> >> on both machines i have org mode 8.2.10. >> >> when i switch the prioity in an 15k line org file having 614kbyte in >> size on the i5 machine the system is really laggy and it takes up to >> two seconds changing the priority of todo headlines. on the desktop >> machine with a similar powerful cpu one a core level the changing is >> lightning fast. recently i got get the i5 machine also that fast by >> just adding the file again to the agenda list, but after restarting >> emacs it was slow again and now i cannot reproduce the same. >> >> does anyone have an idea what could be the reason here? > No idea, but you could do some profiling and report the results here. > See `profiler-start'. > > > Regards, >