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

Method getProfile

source/core/StarLua.cpp:419–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417}
418
419List<LuaProfileEntry> LuaEngine::getProfile() {
420 List<LuaProfileEntry> profileEntries;
421 for (auto const& p : m_profileEntries) {
422 profileEntries.append(*p.second);
423 }
424
425 return profileEntries;
426}
427
428void LuaEngine::setInstructionMeasureInterval(unsigned measureInterval) {
429 if (measureInterval != m_instructionMeasureInterval) {

Callers 2

shutdownMethod · 0.80
TESTFunction · 0.80

Calls 1

appendMethod · 0.45

Tested by 1

TESTFunction · 0.64