#include <rwlock_tester.h>
Public Member Functions | |
| void | clear () |
| void | resize (size_t new_sz, MILLISECONDS initval=0) |
Public Attributes | |
| std::string | name |
| std::vector< MILLISECONDS > | read |
| std::vector< MILLISECONDS > | write |
| std::vector< MILLISECONDS > | total |
Definition at line 234 of file rwlock_tester.h.
| void RWLockGraphData::clear | ( | ) | [inline] |
| void RWLockGraphData::resize | ( | size_t | new_sz, | |
| MILLISECONDS | initval = 0 | |||
| ) | [inline] |
| std::string RWLockGraphData::name |
| std::vector<MILLISECONDS> RWLockGraphData::read |
Definition at line 237 of file rwlock_tester.h.
Referenced by clear(), GraphData::get_read(), GraphData::get_sum(), and resize().
| std::vector<MILLISECONDS> RWLockGraphData::write |
Definition at line 238 of file rwlock_tester.h.
Referenced by clear(), GraphData::get_sum(), GraphData::get_write(), and resize().
| std::vector<MILLISECONDS> RWLockGraphData::total |
Definition at line 239 of file rwlock_tester.h.
Referenced by clear(), GraphData::get_total(), and resize().
1.5.5