https://bugs.kde.org/show_bug.cgi?id=499551

--- Comment #6 from Andrea Ippolito <andrea.i...@gmail.com> ---
Comment on attachment 178009
  --> https://bugs.kde.org/attachment.cgi?id=178009
flamegraph

this is while opening the context menu on a directory containing 30k 4KB .bin
files generated with:

#!/bin/bash

dd if=/dev/urandom of=/tmp/file-gen/file-random-0.bin bs=4K count=1
iflag=fullblock
for i in $(seq 1 30000);
do
    cp /tmp/file-gen/file-random-0.bin /tmp/file-gen/file-random-$i.bin
done

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to