MCPcopy Create free account
hub / github.com/DFHack/dfhack / getUnpausedFps

Function getUnpausedFps

library/LuaApi.cpp:3668–3671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3666}
3667
3668static uint32_t getUnpausedFps() {
3669 auto & counters = Core::getInstance().perf_counters;
3670 return counters.getUnpausedFps();
3671}
3672
3673static void setPreferredNumberFormat(color_ostream & out, int32_t type_int) {
3674 NumberFormatType type = (NumberFormatType)type_int;

Callers

nothing calls this directly

Calls 1

getUnpausedFpsMethod · 0.80

Tested by

no test coverage detected