[PATCH] D121712: [clangd] Track time spent in filesystem ops during preamble builds
    Kadir Cetinkaya via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Mon Mar 21 09:37:08 PDT 2022
    
    
  
kadircet accepted this revision.
kadircet added a comment.
This revision is now accepted and ready to land.
thanks, lgtm! sorry for the long round trip.
================
Comment at: clang-tools-extra/clangd/Preamble.cpp:315
 
+/// Accumulating wall time timer. Similar to llvm::Timer, but much cheaper,
+/// it only tracks wall time.
----------------
nit: double slashes instead of triple now (as it's no longer public interface), sorry :(
same for members
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121712/new/
https://reviews.llvm.org/D121712
    
    
More information about the cfe-commits
mailing list