I obtain it by using (in C++) new unsigned char[1U << 28];  Before I begin to 
measure the time, I initialize it with a for-loop: for(i = 0; i < 1U << 28; 
i++) p[i] = i;

This is done in the source thread. Once the block is initialized, it starts to 
send messages to the workers.
 
 
This message posted from opensolaris.org
_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to