mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-03 06:16:04 +00:00
add total calls to stats
This commit is contained in:
@@ -860,6 +860,7 @@ TLuaEngine::StateThreadData::StateThreadData(const std::string& Name, TLuaStateI
|
||||
Result[name]["min"] = stat.min;
|
||||
Result[name]["max"] = stat.max;
|
||||
Result[name]["n"] = stat.n;
|
||||
Result[name]["total_calls"] = stat.total_calls;
|
||||
}
|
||||
return Result;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user