MCPcopy Create free account
hub / github.com/Project-LemonLime/Project_LemonLime / getTimeUsed

Method getTimeUsed

src/core/judgingthread.cpp:83–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81void JudgingThread::setInterpreterAsWatcher(bool use) { interpreterAsWatcher = use; }
82
83auto JudgingThread::getTimeUsed() const -> int { return timeUsed; }
84
85auto JudgingThread::getMemoryUsed() const -> qint64 { return memoryUsed; }
86

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected