From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Time to merge scratch/correct-warning-pos into master, perhaps? Date: Sun, 06 Feb 2022 21:03:26 +0200 Message-ID: <83r18fyg01.fsf@gnu.org> References: <83leyq3kfk.fsf@gnu.org> <83a6f631k3.fsf@gnu.org> <838ruq2z5t.fsf@gnu.org> <83v8xt20db.fsf@gnu.org> <83ee4gyzrh.fsf@gnu.org> <83tudbyh1y.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="17275"; mail-complaints-to="usenet@ciao.gmane.io" Cc: mattiase@acm.org, larsi@gnus.org, emacs-devel@gnu.org, gregory@heytings.org, monnier@iro.umontreal.ca To: acm@muc.de Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Feb 06 20:11:33 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nGmwf-0004Ki-FC for ged-emacs-devel@m.gmane-mx.org; Sun, 06 Feb 2022 20:11:33 +0100 Original-Received: from localhost ([::1]:60026 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nGmwe-0006mj-9y for ged-emacs-devel@m.gmane-mx.org; Sun, 06 Feb 2022 14:11:32 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:52588) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nGmp7-0003pi-Tm for emacs-devel@gnu.org; Sun, 06 Feb 2022 14:03:46 -0500 Original-Received: from [2001:470:142:3::e] (port=34902 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nGmp4-0001H9-9K; Sun, 06 Feb 2022 14:03:43 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=0XhFuKIgBDx2cfCI/yl6kO4iHf/J4NmTY9Fx9NV0Ffk=; b=ZVsPblSvI/F5 GAuxUFBAolOriR6mLb07yebkluRvv1DsWxTT8nlF275oLkh8RPgtIzZ2LH3rX/BK1JJevqiGtlbLz tI/cpapuQw9Gjd6Tlj+F669ygdoIHB93JDHs2aIykgNbl2edCn7SUgtvteM2/D9L6Sa8rBXrrdCGe kX+C7XeTPw5IWjZY0ULziMtGC5RnGIOXSFAINq/EdmCS37AFd7e7lTr8NCxTI6nzmIRb2uWTkyObD 7ulC3fxV5jH0eU5MTA+a1rPLURJ74bAfvB2X+ShL11swmo2XdITxySOeFAcMaRSG98JEonO33LSW0 nXnMpNyskrnPUQN65GeMHg==; Original-Received: from [87.69.77.57] (port=3422 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nGmp3-00018G-Oc; Sun, 06 Feb 2022 14:03:42 -0500 In-Reply-To: <83tudbyh1y.fsf@gnu.org> (message from Eli Zaretskii on Sun, 06 Feb 2022 20:40:41 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:285990 Archived-At: > Date: Sun, 06 Feb 2022 20:40:41 +0200 > From: Eli Zaretskii > Cc: larsi@gnus.org, mattiase@acm.org, gregory@heytings.org, > monnier@iro.umontreal.ca, emacs-devel@gnu.org > > Oh, one other thing: the Internet is full with very detailed tutorials > for how to use perf in different scenarios, so I suggest to look those > up if the tutorial that comes with the installation is not good > enough. Here's one I found useful at the time: http://sandsoftwaresound.net/perf/perf-tutorial-hot-spots/ It has a couple of examples that are relevant to what we want to do.