| 21 | SpeedGraph(); |
| 22 | |
| 23 | void SetTotal(uint64_t bytes) { m_total = bytes; } |
| 24 | void AddPoint(uint64_t progressBytes, uint64_t speed); |
| 25 | void SetSpeed(uint64_t speed); |
| 26 | void SetSpeed(double percent, uint64_t speed); |
nothing calls this directly
no outgoing calls
no test coverage detected