mirror of
https://github.com/MaskRay/ccls.git
synced 2025-01-31 18:00:26 +00:00
Log files joined in IndexFile merges.
This commit is contained in:
parent
ba7461fc24
commit
1b1be28be4
@ -1188,7 +1188,11 @@ bool IndexMergeIndexUpdates(QueueManager* queue) {
|
||||
did_merge = true;
|
||||
Timer time;
|
||||
root->update.Merge(to_join->update);
|
||||
time.ResetAndPrint("Joining two querydb updates");
|
||||
time.ResetAndPrint("Joined querydb updates for files: " +
|
||||
StringJoinMap(root->update.files_def_update,
|
||||
[](const QueryFile::DefUpdate& update) {
|
||||
return update.path;
|
||||
}));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user