reschke commented on code in PR #409:
URL: 
https://github.com/apache/jackrabbit-filevault/pull/409#discussion_r2710233696


##########
vault-core/src/main/java/org/apache/jackrabbit/vault/fs/impl/AggregateImpl.java:
##########
@@ -719,10 +737,15 @@ private void prepare(Node node, boolean descend) throws 
RepositoryException {
         // get a node iterator suitable for the current node and the 
applicable filters
         NodeIterator nIter = getNodeIteratorFor(node, filter);
 
+        log.debug("starting aggregate walk of '{}'", this.path);
+        int visited = 0;
+        long startTime = System.nanoTime();

Review Comment:
   Because it's the recommended way to measure elapsed time.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to