From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17174 invoked by alias); 19 Aug 2005 19:46:02 -0000 Mailing-List: contact sid-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-cvs-owner@sources.redhat.com Received: (qmail 17150 invoked by uid 448); 19 Aug 2005 19:46:01 -0000 Date: Fri, 19 Aug 2005 19:46:00 -0000 Message-ID: <20050819194601.17147.qmail@sourceware.org> From: brolley@sourceware.org To: sid-cvs@sources.redhat.com Subject: src/sid/component/profiling ChangeLog gprof.cxx X-SW-Source: 2005-q3/txt/msg00009.txt.bz2 List-Id: CVSROOT: /cvs/src Module name: src Changes by: brolley@sourceware.org 2005-08-19 19:46:01 Modified files: sid/component/profiling: ChangeLog gprof.cxx Log message: 2005-08-19 Dave Brolley * Contribute the following changes: 2005-07-13 Dave Brolley * gprof.cxx (gprof_component): Inherit virtually from fixed_attribute_map_component. 2005-05-29 Dave Brolley * gprof.cxx: Keep a vector of statistics to allow switching from one output file to another dynamically. (sid::pin,sidutil::configurable_component) (sidutil::output_pin,sidutil::tokenize): Add using clauses. (profiling_components): Inherit virtually from fixed_pin_map_component and fixed_relation_map_component. Inherit from configurable_component. (statistics): New struct type. (stats,current_stats): New members of gprof_component. (set_nothing,value_min_get,value_max_get,value_count_get,limit_min_get) (limit_min_set,limit_max_get,limit_max_set,output_file_get) (output_file_set): New methods of gprof_component. (reset): Initialize stats vector. (store): Call store stats for each element of the stats vector. (configure): New virtual override in gprof_component. (gprof_component): Call reset. Add sim-sched-event attribute. Add sim-sched relation. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/profiling/ChangeLog.diff?cvsroot=src&r1=1.13&r2=1.14 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/profiling/gprof.cxx.diff?cvsroot=src&r1=1.11&r2=1.12