ewmscp
..
|
Public Attributes | |
std::string | name |
clock_type::duration | deltaTCreate |
clock_type::duration | deltaTWrite |
clock_type::duration | deltaTClose1 |
clock_type::duration | deltaTOpen |
clock_type::duration | deltaTRead |
clock_type::duration | deltaTClose2 |
clock_type::duration | deltaTUnlink |
clock_type::duration | deltaTQueue |
clock_type::time_point | tCreate |
clock_type::time_point | tOpen |
clock_type::time_point | tClose1 |
clock_type::time_point | tClose2 |
size_t | bytes |
Definition at line 33 of file fileopstest.cpp.
size_t testFile::bytes |
Definition at line 48 of file fileopstest.cpp.
Referenced by collectStats().
clock_type::duration testFile::deltaTClose1 |
Definition at line 38 of file fileopstest.cpp.
Referenced by collectStats().
clock_type::duration testFile::deltaTClose2 |
Definition at line 41 of file fileopstest.cpp.
Referenced by collectStats().
clock_type::duration testFile::deltaTCreate |
Definition at line 36 of file fileopstest.cpp.
Referenced by collectStats().
clock_type::duration testFile::deltaTOpen |
Definition at line 39 of file fileopstest.cpp.
Referenced by collectStats().
clock_type::duration testFile::deltaTQueue |
Definition at line 43 of file fileopstest.cpp.
Referenced by collectStats().
clock_type::duration testFile::deltaTRead |
Definition at line 40 of file fileopstest.cpp.
Referenced by collectStats().
clock_type::duration testFile::deltaTUnlink |
Definition at line 42 of file fileopstest.cpp.
Referenced by collectStats().
clock_type::duration testFile::deltaTWrite |
Definition at line 37 of file fileopstest.cpp.
Referenced by collectStats().
std::string testFile::name |
Definition at line 35 of file fileopstest.cpp.
clock_type::time_point testFile::tClose1 |
Definition at line 46 of file fileopstest.cpp.
clock_type::time_point testFile::tClose2 |
Definition at line 47 of file fileopstest.cpp.
clock_type::time_point testFile::tCreate |
Definition at line 44 of file fileopstest.cpp.
clock_type::time_point testFile::tOpen |
Definition at line 45 of file fileopstest.cpp.