Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 From: "Ralf Habacker" To: "Stipe Tolj" Cc: "cygwin" Subject: RE: 3rd time lucky? Apache startup woes Date: Mon, 25 Nov 2002 07:44:30 +0100 Message-ID: <00b201c2944e$1af21d70$cd6407d5@BRAMSCHE> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal In-reply-to: <3DE04393.2F6678D0@wapme-systems.de> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 > what does ssp do?! > > Haven't seen about that beast before. Could someone enlight me > please?! > from man ssp SSP - The Single Step Profiler Original Author: DJ Delorie The SSP is a program that uses the Win32 debug API to run a program one ASM instruction at a time. It records the location of each instruction used, how many times that instruction is used, and all function calls. The results are saved in a format that is usable by the profiling pro- gram gprof, although gprof will claim the values are seconds, they really are instruction counts. More on that later. Note: I have submitted a timestamp printing some month ago to this list (or cygwin-apps I don't remember), but it does not seem to be included yet. Ralf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/