This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

Re: Report for __FreeBSD__


Loren James Rittle wrote:

I'd be interested in learning what a Linux box reports here  ^^^^ (mem)
just to compare notes.  Anyone willing to post their current results?

Me!

This is for my P4-2400 (by the way, quite proud of the sputc and copy tests: the gap with stdio (unlocked!) is really thin by now :)

Paolo.
allocator.cc             	default   	1308r 1299u    0s    0mem    0pf 
allocator.cc             	malloc    	1241r 1226u    0s    0mem    0pf 
allocator.cc             	mt        	1185r 1168u    1s 25728mem    0pf 
complex_norm.cc          	norm      	 140r  138u    0s    0mem    9pf 
complex_norm.cc          	          	  99r   98u    1s    0mem    0pf 
cout_insert_int.cc       	          	 405r    8u   18s    0mem   24pf 
filebuf_copy.cc          	C unlocked	 934r  878u   47s    0mem    5pf 
filebuf_copy.cc          	C++       	1159r 1101u   41s    0mem    1pf 
filebuf_sputc.cc         	C         	 753r  667u   52s    0mem    4pf 
filebuf_sputc.cc         	C unlocked	 319r  261u   49s    0mem    0pf 
filebuf_sputc.cc         	C++       	 347r  280u   48s    0mem    0pf 
fstream_seek_write.cc    	          	 250r   98u  148s    0mem    6pf 
ifstream_getline.cc      	          	   2r    2u    0s    0mem    4pf 
list_create_fill_sort.cc 	Iterations: 10000000  Size:        1	 111r  111u    0s  648mem    9pf 
list_create_fill_sort.cc 	Iterations:  1000000  Size:       10	 343r  339u    0s    0mem    0pf 
list_create_fill_sort.cc 	Iterations:   100000  Size:      100	 306r  305u    0s    0mem    0pf 
list_create_fill_sort.cc 	Iterations:    10000  Size:     1000	 352r  346u    0s 14736mem    0pf 
map_create_fill.cc       	          	 144r  140u    0s    0mem    7pf 
ofstream_insert_float.cc 	          	3552r 3120u   69s    0mem   22pf 
ofstream_insert_int.cc   	          	 741r  633u   37s    0mem    7pf 
string_append.cc         	char      	   0r    0u    0s 21408mem   13pf 
string_append.cc         	string    	   1r    1u    0s    0mem    0pf 
string_append.cc         	char      	   1r    1u    0s    0mem    0pf 
string_append.cc         	string    	   1r    1u    0s    0mem    0pf 
string_append.cc         	char      	  12r   12u    0s    0mem    0pf 
string_append.cc         	string    	  14r   13u    1s    0mem    0pf 

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