From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Split `simple.el'? Date: Thu, 05 Apr 2018 08:55:35 +0300 Message-ID: <83muyi2o4o.fsf@gnu.org> References: <5f1e960c-483f-4902-b4c2-b7a4ca3b04f4@default> <10c96362-297f-db97-d4a9-da3d66d4dd34@cs.ucla.edu> <83d0zf4g8d.fsf@gnu.org> <83vad63i2w.fsf@gnu.org> <83o9iy3gri.fsf@gnu.org> <3e32fc9f-fe1d-06c2-c0c5-589410a78b03@cs.ucla.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1522907649 6307 195.159.176.226 (5 Apr 2018 05:54:09 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 5 Apr 2018 05:54:09 +0000 (UTC) Cc: monnier@IRO.UMontreal.CA, emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 05 07:54:04 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f3xqV-0001YD-EH for ged-emacs-devel@m.gmane.org; Thu, 05 Apr 2018 07:54:03 +0200 Original-Received: from localhost ([::1]:60185 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f3xsa-0008Mq-Kp for ged-emacs-devel@m.gmane.org; Thu, 05 Apr 2018 01:56:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47290) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f3xrr-0008MR-W9 for emacs-devel@gnu.org; Thu, 05 Apr 2018 01:55:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f3xrn-0008KK-SC for emacs-devel@gnu.org; Thu, 05 Apr 2018 01:55:28 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:59424) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f3xrn-0008KE-Nk; Thu, 05 Apr 2018 01:55:23 -0400 Original-Received: from [176.228.60.248] (port=2114 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1f3xrn-0008Nq-5d; Thu, 05 Apr 2018 01:55:23 -0400 In-reply-to: <3e32fc9f-fe1d-06c2-c0c5-589410a78b03@cs.ucla.edu> (message from Paul Eggert on Wed, 4 Apr 2018 12:59:16 -0700) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:224350 Archived-At: > Cc: monnier@IRO.UMontreal.CA, emacs-devel@gnu.org > From: Paul Eggert > Date: Wed, 4 Apr 2018 12:59:16 -0700 > > Each sample counts as 0.01 seconds. >   %   cumulative   self              self total >  time   seconds   seconds    calls  ms/call  ms/call name >  25.00      0.02     0.02   673036     0.00     0.00 mark_object >  12.50      0.03     0.01    69505     0.00     0.00 Fassq >  12.50      0.04     0.01    49803     0.00     0.00 re_search_2 >  12.50      0.05     0.01    31578     0.00     0.00 Ffuncall >  12.50      0.06     0.01    10570     0.00     0.00 exec_byte_code >  12.50      0.07     0.01      225     0.04     0.04 map_sub_char_table >  12.50      0.08     0.01        3     3.33     3.33 sweep_strings I think the relatively high use of Fassq is because we call it when looking for appropriate fonts. Btw, isn't it strange that changing your system configuration affects the profile so much? Did the change involve any significant modifications in the fonts that are installed, or in the version or configuration of fontconfig?