From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21251 invoked by alias); 22 Oct 2014 08:57:42 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 21051 invoked by uid 89); 22 Oct 2014 08:57:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-yh0-f44.google.com Received: from mail-yh0-f44.google.com (HELO mail-yh0-f44.google.com) (209.85.213.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 22 Oct 2014 08:57:39 +0000 Received: by mail-yh0-f44.google.com with SMTP id i57so3091037yha.3 for ; Wed, 22 Oct 2014 01:57:37 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.236.4.231 with SMTP id 67mr39435270yhj.98.1413968257364; Wed, 22 Oct 2014 01:57:37 -0700 (PDT) Received: by 10.170.140.214 with HTTP; Wed, 22 Oct 2014 01:57:37 -0700 (PDT) In-Reply-To: <20141020214410.GA22011@host2.jankratochvil.net> References: <20141020214410.GA22011@host2.jankratochvil.net> Date: Wed, 22 Oct 2014 08:57:00 -0000 Message-ID: Subject: Re: [patch 0/2] Accelerate symbol lookups 15x From: Doug Evans To: Jan Kratochvil Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-10/txt/msg00569.txt.bz2 On Mon, Oct 20, 2014 at 2:44 PM, Jan Kratochvil wrote: > [...] > g++ -o slow slow.C -Wall -g $(pkg-config --libs gtkmm-3.0) > gdb ./slow -ex 'b C::m' -ex 'maintenance set per-command space' -ex 'maintenance set per-command symtab' -ex 'maintenance set per-command time' -ex r > [...] Oh, btw, if you want to simplify this, replace all the maintenance commands with "mt set per on", that'll turn everything on.