summary refs log tree commit diff stats
path: root/results/scraper/fex/2443
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/fex/2443')
-rw-r--r--results/scraper/fex/24435
1 files changed, 5 insertions, 0 deletions
diff --git a/results/scraper/fex/2443 b/results/scraper/fex/2443
new file mode 100644
index 000000000..243833191
--- /dev/null
+++ b/results/scraper/fex/2443
@@ -0,0 +1,5 @@
+EmulatedFiles: High CPU usage in canonicalize
+https://github.com/FEX-Emu/FEX/blob/f2aa0026b58c9ec5ee56ecbf66b4f00fe01e16de/Source/Tests/LinuxSyscalls/EmulatedFiles/EmulatedFiles.cpp#L744

+

+I was running AntiChamber and I saw >30% CPU time spent on this canonicalize routine during loading (which took hecking long).

+We need to optimize this use case. Dropping to `realpath` is likely a good first step. Will need to run some benchmarks to see how much of an improvement that alone is and if it is worth going further.
\ No newline at end of file