Skip to content
  • David Edmundson's avatar
    Use faster file system searcing for iterating process groups · 356c39a7
    David Edmundson authored and David Redondo's avatar David Redondo committed
    This was showing in hotspot as 14ms per update.
    
    It turns out QDir creates a full QFileSystem entry on every file, even
    using QDirIterator and with all features turned off.
    
    This isn't really useful when iterating through /sys which has simpler
    requirements.
    
    Using a lower level API brings that down to 2ms.
    
    
    (cherry picked from commit ae21f67c)
    356c39a7