Skip to content

Instantly share code, notes, and snippets.

@dmgerman
Last active May 18, 2024 20:08
Show Gist options
  • Save dmgerman/63a895effa7e6e506da9fa1bc4a7f1ba to your computer and use it in GitHub Desktop.
Save dmgerman/63a895effa7e6e506da9fa1bc4a7f1ba to your computer and use it in GitHub Desktop.
raw profile of org-roam db access of all the nodes
(let ((startTime (float-time)))
      (progn
;        (print (length (org-roam-node-read--completions)))
        (print (length (org-roam-node-list)))
        (print (- (float-time) startTime)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment