/[Apache-SVN]
ViewVC logotype

Revision 598869


Jump to revision: Previous Next
Author: sebor
Date: Wed Nov 28 05:08:25 2007 UTC (23 months, 4 weeks ago)
Changed paths: 4
Log Message:
2007-11-27  Martin Sebor  <sebor@roguewave.com>

	Merged rev 594730 from trunk with the implementation of STDCXX-623.

	* util/target.h (target_status): Changed the type of user, system, and
	wall clock time counters from clock_t* to plain clock_t and renamed to
	usr_time, sys_time, and wall_time, respectively.
	* util/exec.cpp (calculate_usage, exec_file): Eliminated static locals
	and instead directly used the target_status object passed in by caller.
	(exec_file): 
	* util/display.cpp (print_status_plain, print_status_verbose): Checked
	for times equal to -1 as an indicator of validity.
	(print_footer_plain): Printed cumulative times for all targets.
	* util/runall.cpp (run_target): Accumulated target times.

Changed paths:

Path Details
Directoryincubator/stdcxx/branches/4.2.x/util/display.cpp modified , text changed
Directoryincubator/stdcxx/branches/4.2.x/util/exec.cpp modified , text changed
Directoryincubator/stdcxx/branches/4.2.x/util/runall.cpp modified , text changed
Directoryincubator/stdcxx/branches/4.2.x/util/target.h modified , text changed

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2