casa
$Rev:20696$
|
#include <UtilJ.h>
Public Member Functions | |
IoStatistics () | |
IoStatistics | operator- (const IoStatistics &) const |
IoStatistics | operator+ (const IoStatistics &) const |
IoStatistics | operator/ (const IoStatistics &) const |
IoStatistics | operator* (Double factor) const |
void | capture () |
Double | getBytesRead () const |
Double | getBytesWritten () const |
Double | getNReads () const |
Double | getNWrites () const |
String | report (float scale=.001, const String &scaleTag=String("K")) const |
Private Attributes | |
Double | nBytesRead_p |
Double | nBytesWritten_p |
Double | nReads_p |
Double | nWrites_p |
String | statFile_p |
void casa::utilj::IoStatistics::capture | ( | ) |
Double casa::utilj::IoStatistics::getNReads | ( | ) | const |
Double casa::utilj::IoStatistics::getNWrites | ( | ) | const |
IoStatistics casa::utilj::IoStatistics::operator* | ( | Double | factor | ) | const |
IoStatistics casa::utilj::IoStatistics::operator+ | ( | const IoStatistics & | ) | const |
IoStatistics casa::utilj::IoStatistics::operator- | ( | const IoStatistics & | ) | const |
IoStatistics casa::utilj::IoStatistics::operator/ | ( | const IoStatistics & | ) | const |
String casa::utilj::IoStatistics::report | ( | float | scale = .001 , |
const String & | scaleTag = String("K") |
||
) | const |
Double casa::utilj::IoStatistics::nReads_p [private] |
Double casa::utilj::IoStatistics::nWrites_p [private] |
String casa::utilj::IoStatistics::statFile_p [private] |