MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / setInstructionMeasureInterval

Method setInstructionMeasureInterval

source/core/StarLua.cpp:428–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426}
427
428void LuaEngine::setInstructionMeasureInterval(unsigned measureInterval) {
429 if (measureInterval != m_instructionMeasureInterval) {
430 m_instructionMeasureInterval = measureInterval;
431 updateCountHook();
432 }
433}
434
435unsigned LuaEngine::instructionMeasureInterval() const {
436 return m_instructionMeasureInterval;

Callers 2

restartMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64