GNU logs - #23845, boring messages


Message sent to bug-gnu-emacs@HIDDEN:


X-Loop: help-debbugs@HIDDEN
Subject: bug#23845: 25.0.95; Profiler has hard-coded window-width limits
Resent-From: Eli Zaretskii <eliz@HIDDEN>
Original-Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
Resent-CC: bug-gnu-emacs@HIDDEN
Resent-Date: Sat, 25 Jun 2016 10:43:01 +0000
Resent-Message-ID: <handler.23845.B.146685133823676 <at> debbugs.gnu.org>
Resent-Sender: help-debbugs@HIDDEN
X-GNU-PR-Message: report 23845
X-GNU-PR-Package: emacs
X-GNU-PR-Keywords: 
To: 23845 <at> debbugs.gnu.org
X-Debbugs-Original-To: bug-gnu-emacs@HIDDEN
Reply-To: Eli Zaretskii <eliz@HIDDEN>
Received: via spool by submit <at> debbugs.gnu.org id=B.146685133823676
          (code B ref -1); Sat, 25 Jun 2016 10:43:01 +0000
Received: (at submit) by debbugs.gnu.org; 25 Jun 2016 10:42:18 +0000
Received: from localhost ([127.0.0.1]:54927 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1bGl2X-00069o-Pn
	for submit <at> debbugs.gnu.org; Sat, 25 Jun 2016 06:42:18 -0400
Received: from eggs.gnu.org ([208.118.235.92]:42375)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <eliz@HIDDEN>) id 1bGl2V-00069a-Ub
 for submit <at> debbugs.gnu.org; Sat, 25 Jun 2016 06:42:16 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
 (envelope-from <eliz@HIDDEN>) id 1bGl2P-0001Sb-RO
 for submit <at> debbugs.gnu.org; Sat, 25 Jun 2016 06:42:10 -0400
X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org
X-Spam-Level: 
X-Spam-Status: No, score=-0.6 required=5.0 tests=BAYES_50,RP_MATCHES_RCVD
 autolearn=disabled version=3.3.2
Received: from lists.gnu.org ([2001:4830:134:3::11]:58393)
 by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <eliz@HIDDEN>)
 id 1bGl2P-0001SV-Op
 for submit <at> debbugs.gnu.org; Sat, 25 Jun 2016 06:42:09 -0400
Received: from eggs.gnu.org ([2001:4830:134:3::10]:33340)
 by lists.gnu.org with esmtp (Exim 4.71)
 (envelope-from <eliz@HIDDEN>) id 1bGl2N-00009h-Da
 for bug-gnu-emacs@HIDDEN; Sat, 25 Jun 2016 06:42:08 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
 (envelope-from <eliz@HIDDEN>) id 1bGl2K-0001S7-7p
 for bug-gnu-emacs@HIDDEN; Sat, 25 Jun 2016 06:42:07 -0400
Received: from fencepost.gnu.org ([2001:4830:134:3::e]:48586)
 by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <eliz@HIDDEN>)
 id 1bGl2K-0001Rx-4B
 for bug-gnu-emacs@HIDDEN; Sat, 25 Jun 2016 06:42:04 -0400
Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:4896
 helo=home-c4e4a596f7)
 by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128)
 (Exim 4.82) (envelope-from <eliz@HIDDEN>) id 1bGl2I-0000FD-5n
 for bug-gnu-emacs@HIDDEN; Sat, 25 Jun 2016 06:42:02 -0400
Date: Sat, 25 Jun 2016 13:41:20 +0300
Message-Id: <83vb0xzh2n.fsf@HIDDEN>
From: Eli Zaretskii <eliz@HIDDEN>
X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic]
X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x
X-Received-From: 2001:4830:134:3::11
X-Spam-Score: -6.4 (------)
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -6.4 (------)

Profiler reports are rendered using hard-coded width assumptions for
the window where the profile will be displayed:

  (defvar profiler-report-cpu-line-format
    '((50 left)
      (24 right ((19 right)
		 (5 right)))))

  (defvar profiler-report-memory-line-format
    '((55 left)
      (19 right ((14 right profiler-format-number)
		 (5 right)))))

This gets in the way when the profile is expanded, if the call tree is
so deep that the indentation of inner functions leaves no space for
their names -- in that case, the functions are not displayed in the
profile, and their names are replaced with an unhelpful ellipsis.

Making the profile adapt its width to the width of the frame will
allow the user to resize the frame and re-display the profile so as to
see the inner functions.  Alternatively, some user option to be used
as the width for rendering the profile might be another solution to
this problem.

In any case, there should be some way of displaying arbitrary deep
profiles in a way that the function names are readable in their
entirety.


In GNU Emacs 25.0.95.13 (i686-pc-mingw32)
 of 2016-06-23 built on HOME-C4E4A596F7
Repository revision: ab0ebb93a9c69f4a0cc475ed899f8cabb64852c0
Windowing system distributor 'Microsoft Corp.', version 5.1.2600
Configured using:
 'configure --prefix=/d/usr --enable-checking=yes,glyphs --with-wide-int
 --with-modules 'CFLAGS=-O0 -gdwarf-4 -g3''

Configured features:
XPM JPEG TIFF GIF PNG RSVG SOUND NOTIFY ACL GNUTLS LIBXML2 ZLIB
TOOLKIT_SCROLL_BARS MODULES

Important settings:
  value of $LANG: ENU
  locale-coding-system: cp1255

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  global-eldoc-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message dired format-spec rfc822 mml
mml-sec password-cache epg epg-config gnus-util mm-decode mm-bodies
mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail
rfc2047 rfc2045 ietf-drums mm-util help-fns help-mode easymenu
cl-loaddefs pcase cl-lib mail-prsvr mail-utils time-date mule-util
tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type
mwheel dos-w32 ls-lisp disp-table w32-win w32-vars term/common-win
tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment
elisp-mode lisp-mode prog-mode register page menu-bar rfn-eshadow timer
select scroll-bar mouse jit-lock font-lock syntax facemenu font-core
frame cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan
thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian
slovak czech european ethiopic indian cyrillic chinese charscript
case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer
cl-preloaded nadvice loaddefs button faces cus-face macroexp files
text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget hashtable-print-readable backquote w32notify w32 multi-tty
make-network-process emacs)

Memory information:
((conses 16 93387 5962)
 (symbols 56 20751 0)
 (miscs 48 36 107)
 (strings 16 17763 6240)
 (string-bytes 1 440286)
 (vectors 16 12421)
 (vector-slots 8 430438 4709)
 (floats 8 162 169)
 (intervals 40 262 119)
 (buffers 856 11))




Message sent:


Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-Mailer: MIME-tools 5.505 (Entity 5.505)
Content-Type: text/plain; charset=utf-8
X-Loop: help-debbugs@HIDDEN
From: help-debbugs@HIDDEN (GNU bug Tracking System)
To: Eli Zaretskii <eliz@HIDDEN>
Subject: bug#23845: Acknowledgement (25.0.95; Profiler has hard-coded
 window-width limits)
Message-ID: <handler.23845.B.146685133823676.ack <at> debbugs.gnu.org>
References: <83vb0xzh2n.fsf@HIDDEN>
X-Gnu-PR-Message: ack 23845
X-Gnu-PR-Package: emacs
Reply-To: 23845 <at> debbugs.gnu.org
Date: Sat, 25 Jun 2016 10:43:01 +0000

Thank you for filing a new bug report with debbugs.gnu.org.

This is an automatically generated reply to let you know your message
has been received.

Your message is being forwarded to the package maintainers and other
interested parties for their attention; they will reply in due course.

Your message has been sent to the package maintainer(s):
 bug-gnu-emacs@HIDDEN

If you wish to submit further information on this problem, please
send it to 23845 <at> debbugs.gnu.org.

Please do not send mail to help-debbugs@HIDDEN unless you wish
to report a problem with the Bug-tracking system.

--=20
23845: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D23845
GNU Bug Tracking System
Contact help-debbugs@HIDDEN with problems



Last modified: Mon, 25 Nov 2019 12:00:02 UTC

GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997 nCipher Corporation Ltd, 1994-97 Ian Jackson.