MCPcopy Create free account
hub / github.com/amule-project/amule / StartTimer

Method StartTimer

src/StatTree.h:830–830  ·  view source on GitHub ↗

* Starts the timer if it's not running. */

Source from the content-addressed store, hash-verified

828 * Starts the timer if it's not running.
829 */
830 void StartTimer() { if (!m_value) m_value = GetTickCount64(); }
831
832 /**
833 * Stops the timer.

Callers 2

AddReceivedBytesMethod · 0.45
AddSentBytesMethod · 0.45

Calls 1

GetTickCount64Function · 0.85

Tested by

no test coverage detected