mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-02-16 10:41:01 +00:00
add Util.DebugExecutionTime
This commit is contained in:
@@ -45,6 +45,9 @@ struct UnitProfileCollection {
|
||||
/// Returns the number of elements the moving average is calculated over.
|
||||
size_t measurement_count(const std::string& unit);
|
||||
|
||||
/// Returns the averages for all stored units.
|
||||
std::unordered_map<std::string, double> all_average_durations();
|
||||
|
||||
private:
|
||||
boost::synchronized_value<std::unordered_map<std::string, UnitExecutionTime>> m_map;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user