From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tomohiro Matsuyama Newsgroups: gmane.emacs.devel Subject: Re: Elisp native profiler Date: Mon, 1 Oct 2012 07:28:08 +0900 Message-ID: <20121001072808.4b208c6340777e6034c6ff9d@cx4a.org> References: <83zk4egs0w.fsf@gnu.org> <83y5jygrni.fsf@gnu.org> <50620443.8050301@cs.ucla.edu> <20120926151625.229ef3cc9caf90e5098b18ef@cx4a.org> <20121001014217.03ac31a69b9b43516cb0dd61@cx4a.org> <50689C1D.8080005@cs.ucla.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1349044101 19903 80.91.229.3 (30 Sep 2012 22:28:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 30 Sep 2012 22:28:21 +0000 (UTC) Cc: Paul Eggert , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 01 00:28:26 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TIRzm-0001sE-PN for ged-emacs-devel@m.gmane.org; Mon, 01 Oct 2012 00:28:18 +0200 Original-Received: from localhost ([::1]:56173 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TIRzh-0001sp-BA for ged-emacs-devel@m.gmane.org; Sun, 30 Sep 2012 18:28:13 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:35917) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TIRzf-0001sX-Dv for emacs-devel@gnu.org; Sun, 30 Sep 2012 18:28:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TIRze-0007Pq-HM for emacs-devel@gnu.org; Sun, 30 Sep 2012 18:28:11 -0400 Original-Received: from www6399u.sakura.ne.jp ([59.106.183.193]:54248 helo=cx4a.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TIRze-0007Pm-7f for emacs-devel@gnu.org; Sun, 30 Sep 2012 18:28:10 -0400 Original-Received: from thinkpad (p16049-ipngn1901hodogaya.kanagawa.ocn.ne.jp [180.11.9.49]) by cx4a.org (Postfix) with ESMTPSA id 4699A86C60; Mon, 1 Oct 2012 07:28:08 +0900 (JST) In-Reply-To: X-Mailer: Sylpheed 3.2.0beta5 (GTK+ 2.24.10; x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 59.106.183.193 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:153785 Archived-At: > > I also like increasing the default sample interval to 10 ms. > > Any particular reason? I'd like to know the reason. I've just changed the default for now to make sure the profiler can work fine. Need to investigate. Tomohiro