cout<<"Transfering "<<bytes<<" bytes from DEVICE to DEVICE took "<<time<<" seconds. Bandwidth is "<<device_to_device_band_width<<" GB/s."<<endl;
cout<<"Transfering "<<bytes/mega_byte<<" MB from DEVICE to DEVICE took "<<time<<" seconds. Bandwidth is "<<device_to_device_band_width<<" GB/s."<<endl;