Replacing map with unordered_map in stopwatch
This should make the code slightly fast. Notice that it is now necessary to explicitly sort the watches when printing the log.
Loading
Please sign in to comment
This should make the code slightly fast. Notice that it is now necessary to explicitly sort the watches when printing the log.