This is the mail archive of the sid-cvs@sourceware.org mailing list for the SID project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/sid/component/profiling ChangeLog gprof.cxx


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  <brolley@redhat.com>
	
	* Contribute the following changes:
	
	2005-07-13  Dave Brolley  <brolley@redhat.com>
	
	* gprof.cxx (gprof_component): Inherit virtually from
	fixed_attribute_map_component.
	
	2005-05-29  Dave Brolley  <brolley@redhat.com>
	
	* 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]