X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:date:message-id:subject:from:to :content-type; q=dns; s=default; b=mAISbZfrJ44peHjSrWQFZoi9AuDrk qbtMT4D8/Nfpc2M2ICX3pgcuj+5HjP9tjQd/XQ7E1luSqD13zRnmqySx83nwJCCs ezwfkyPYfK7HuG21315GZeieZFMolUPcDJqYb9joadnbeTnpSWJAqTyrjtzL6ol9 DbaNyc/f5PjQTk= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:date:message-id:subject:from:to :content-type; s=default; bh=2msud6UzPreAAO5Zn2VsL2GaffM=; b=fyb z9K8CIAGysoxKZvxsYbQWNgLbbPWmr+1KEz+cFSMUtnXNZ5i2apZRhTsYM+239C0 jx9Q6V0NhflCY/m2xYNUzKtUoSYsFD276xjkAfuCr3nLZEkrWcyXiLx3+pQkE5Vo AEjZ/T9PfR3w8u8l+VIUSBaxQW7Tvk96B84AgRE8= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 spammy=Hx-languages-length:329, bear X-HELO: mail-ob0-f171.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=0R3I0+dBk4imVCmoBXn9pO43e51Wmv9Yw8UyWlDC4Xo=; b=eglv8CYSmFxUPTRpz5Xm8n4R+Lw4a7CjQwRsny/6r9OWVZXPBdGqp8LBjuPh75JxRW 6swwDAV3TTH8yMq4biEb+p0+4eP2JORhObU9Fyj/gjhJdxUpFSK6Z5LCZS4AM2iBME7U h3YZlUN3mx6mbkUK9Sl4i2yannI8sydIWP9sxD6Eo2S8vxBY8VVPluXh6EISrLVlrQvb cfkn82ZeoTb+Nuwjn7AFRQY5+F3EVNB6hLV8m2TkSu746QMd9M+6hFUsnuckoDSxYyIn ltzVyj5Ip5Guaa9QeOri3f5jrY3Pr6mDEpBkMrb393gX5S+odtnQRjYMomuWgdlVCh8K Rc1w== X-Gm-Message-State: AD7BkJKBBnh9kvZK4cr9Gtodpb5G3urIenoW1fOViGB63BITQ5eYCthGwFL9yLf1G90JvHI5maT5fRxJqta/Qw== MIME-Version: 1.0 X-Received: by 10.60.17.135 with SMTP id o7mr4558079oed.25.1459342719849; Wed, 30 Mar 2016 05:58:39 -0700 (PDT) Date: Wed, 30 Mar 2016 14:58:39 +0200 Message-ID: Subject: How to profile DLL built by Cygwin From: John Smith To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes First, I hope that I am using the "mailing list" system correctly... if not, bear with me I have an executable using a DLL. The DLL is built using -g -pg. Running the executable, however, does not produce a gmon.out. file. Cygwin version is 1.7.33. Thanks in advance for any suggestions. A. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple