From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4152 invoked by alias); 21 Dec 2007 16:47:15 -0000 Received: (qmail 4139 invoked by uid 453); 21 Dec 2007 16:47:15 -0000 Date: Fri, 21 Dec 2007 16:47:00 -0000 Message-ID: <20071221164715.4137.qmail@sourceware.org> From: jlarmour@sourceware.org To: ecos-cvs@ecos.sourceware.org Subject: ecos/packages/services/profile/gprof/current C ... Mailing-List: contact ecos-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: , Sender: ecos-cvs-owner@sourceware.org List-Subscribe: X-SW-Source: 2007/txt/msg00146.txt.bz2 CVSROOT: /cvs/ecos Module name: ecos Changes by: jlarmour@sourceware.org 2007-12-21 16:47:15 Modified files: packages/services/profile/gprof/current: ChangeLog packages/services/profile/gprof/current/doc: profile.sgml packages/services/profile/gprof/current/include: profile.h packages/services/profile/gprof/current/src: profile.c Log message: * include/profile.h: Declare profile_off. * src/profile.c: Added support for invoking profile_on() multiple times. It now stops profiling and sets up a fresh profiling range on every invocation using new profile_off() function. * doc/profile.sgml: Document it.