|
cMHN 1.2
C++ library for learning MHNs with pRC
|
This is the complete list of members for pRC::Stopwatch, including all inherited members.
| addBytes(Integer const bytes) | pRC::Stopwatch | inline |
| addFlops(Integer const flops) | pRC::Stopwatch | inline |
| bytes() const | pRC::Stopwatch | inline |
| bytesPerCycle() const | pRC::Stopwatch | inline |
| bytesPerSecond() const | pRC::Stopwatch | inline |
| cycles() const | pRC::Stopwatch | inline |
| cyclesPerSecond() const | pRC::Stopwatch | inline |
| flops() const | pRC::Stopwatch | inline |
| flopsPerCycle() const | pRC::Stopwatch | inline |
| flopsPerSecond() const | pRC::Stopwatch | inline |
| operator=(Stopwatch const &)=delete | pRC::Stopwatch | |
| operator=(Stopwatch &&) &=default | pRC::Stopwatch | |
| reset() | pRC::Stopwatch | inline |
| seconds() const | pRC::Stopwatch | inline |
| start() | pRC::Stopwatch | inline |
| stop() | pRC::Stopwatch | inline |
| Stopwatch(Stopwatch const &)=delete | pRC::Stopwatch | |
| Stopwatch(Stopwatch &&)=default | pRC::Stopwatch | |
| Stopwatch(Integer const flops=zero(), Integer const bytes=zero()) | pRC::Stopwatch | inline |
| ~Stopwatch()=default | pRC::Stopwatch |