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

Method getMemoryUsed

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

Source from the content-addressed store, hash-verified

83auto JudgingThread::getTimeUsed() const -> int { return timeUsed; }
84
85auto JudgingThread::getMemoryUsed() const -> qint64 { return memoryUsed; }
86
87auto JudgingThread::getScore() const -> int { return score; }
88

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected