Last active
May 5, 2024 23:05
-
-
Save kitschpatrol/8faab60a9a2129ebcb2abe0ee74cd149 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo dtrace -n 'objc$target::*:* { @[probefunc] = count(); } tick-5sec { exit(0); }' -p `pgrep -x Photos` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment