mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-02-16 10:41:01 +00:00
add custom profiling via Debug(Start|Stop)Profile
This commit is contained in:
@@ -21,6 +21,7 @@ struct Stats {
|
||||
double stddev;
|
||||
double min;
|
||||
double max;
|
||||
size_t n;
|
||||
};
|
||||
|
||||
/// Calculates and stores the moving average over K samples of execution time data
|
||||
|
||||
Reference in New Issue
Block a user