From xemacs-m  Mon Mar 24 10:51:11 1997
Received: from crystal.WonderWorks.COM (crystal.WonderWorks.com [192.203.206.1])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id KAA14092
	for <xemacs-beta@xemacs.org>; Mon, 24 Mar 1997 10:51:10 -0600 (CST)
Received: by crystal.WonderWorks.COM 
	id QQcigx13600; Mon, 24 Mar 1997 11:51:10 -0500 (EST)
Date: Mon, 24 Mar 1997 11:51:10 -0500 (EST)
Message-Id: <QQcigx13600.199703241651@crystal.WonderWorks.COM>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Kyle Jones <kyle_jones@wonderworks.com>
To: xemacs-beta@xemacs.org
Subject: Re: Customize faces slow (known problem?) (b101)
In-Reply-To: <rjlo7dqw8r.fsf@zuse.dina.kvl.dk>
References: <by3etq4vk9.fsf@math.ethz.ch>
	<QQchuk13982.199703210730@crystal.WonderWorks.COM>
	<rjlo7dqw8r.fsf@zuse.dina.kvl.dk>
X-Mailer: VM 6.23 under 19.15 XEmacs Lucid (beta103)
X-Face: /cA45WHG7jWq>(O3&Z57Y<"WsX5ddc,4c#w0F*zrV#=M
        0@~@,s;b,aMtR5Sqs"+nU.z^CSFQ9t`z2>W,S,]:[+2^
        Nbf6v4g>!&,7R4Ot4Wg{&tm=WX7P["9%a)_da48-^tGy
        ,qz]Z,Zz\{E.,]'EO+F)@$KtF&V

Per Abrahamsen writes:
 > Kyle Jones <kyle_jones@wonderworks.com> writes:
 > 
 > > widget-get                                               556   17.696
 > 
 > This could be rewritten in C.  But not for 19.15.
 > 
 > > start-profiling, stop-profiling and pretty-print-profiling-info
 > > are the functions to use if you want to do it yourself.
 > 
 > Where are they defined?

C and Lisp code.  src/profiling.c and lisp/prim/profile.el.  Ben
wrote them as a Lisp code analogue for what compiling with -pg does
for C functions.

