We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 440fc37 + f4c5e43 commit a1b552cCopy full SHA for a1b552c
1 file changed
Sources/Overload/OvAnalytics/src/OvAnalytics/Profiling/Profiler.cpp
@@ -38,7 +38,7 @@ OvAnalytics::Profiling::ProfilerReport OvAnalytics::Profiling::Profiler::Generat
38
report.elapsedFrames = __ELAPSED_FRAMES;
39
report.elaspedTime = elapsed.count();
40
41
- std::multimap<double, std::string> sortedHistory;
+ std::multimap<double, std::string, std::greater<double>> sortedHistory;
42
43
/* Fill the sorted history with the current history (Auto sort) */
44
for (auto& data : __ELPASED_HISTORY)
0 commit comments