Commit f4c5e43
Adrien GIVRY
Reversing the order of entries in profiler reports
The ProfilerReport is containing a vector of `Action`. These actions
were sorted by duration (From lowest to highest duration). However, when
profiling, the longest action is generally the one we care more about,
thus, actions are now stored from the highest duration to the lowest
one. As a result, the profiler results are now shown in the editor in
the correct order (Longest actions on top, shortest actions on bottom).1 parent 440fc37 commit f4c5e43
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments