Changeset 3610 in Sophya for trunk/AddOn/TAcq/mfits2spec.cc
- Timestamp:
- Apr 30, 2009, 2:26:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AddOn/TAcq/mfits2spec.cc
r3593 r3610 238 238 tm.Split(); 239 239 cout << "---- FIN lecture " << ffname << " NFileOK=" << nfileok << endl; 240 cout << " TotalDiskRead " << totnbytesrd/(1024*1024) << " MBytes Disk-Read rate= "240 cout << " TotalDiskRead= " << totnbytesrd/(1024*1024) << " MBytes Disk-Read rate= " 241 241 << (double)(nbytesrd)/(1024.*1024.)/tm.PartialCPUTime() << " MB/s" << endl; 242 242 } … … 330 330 tm.Split(); 331 331 cout << "---- FIN lecture " << ffname << " NFileOK=" << nfileok << endl; 332 cout << " TotalDiskRead " << totnbytesrd/(1024*1024) << " MBytes Disk-Read rate= "332 cout << " TotalDiskRead= " << totnbytesrd/(1024*1024) << " MBytes Disk-Read rate= " 333 333 << (double)(nbytesrd)/(1024.*1024.)/tm.PartialCPUTime() << " MB/s" << endl; 334 334 } … … 436 436 tm.Split(); 437 437 cout << "---- FIN lecture " << ffname << " NFileOK=" << nfileok << endl; 438 cout << " TotalDiskRead " << totnbytesrd/(1024*1024) << " MBytes Disk-Read rate= "438 cout << " TotalDiskRead= " << totnbytesrd/(1024*1024) << " MBytes Disk-Read rate= " 439 439 << (double)(nbytesrd)/(1024.*1024.)/tm.PartialCPUTime() << " MB/s" << endl; 440 440 }
Note:
See TracChangeset
for help on using the changeset viewer.