Thanks for reporting this. I’ve confirmed and fixed the bug.
Sorting the Hot Methods table only reordered the on-screen grid. Export CSV was still reading the original profiler report, so it ignored the selected column and sort direction.
The same bug also meant that native methods were exported after Show native methods had been cleared.
CSV export now follows the displayed row order and respects the Show native methods filter. JSON export remains a complete, unfiltered profile report by design.
The difference between 48.724 in Studio and 48.7238 in the CSV is intentional rather than a measurement error. Studio rounds times to three decimal places for readability, while CSV retains additional precision for further analysis. 48.7238 rounds to 48.724.
The fix will be included in the next Objo Studio release.