Skip to content

Instantly share code, notes, and snippets.

@kitschpatrol
Last active May 5, 2024 23:05
Show Gist options
  • Save kitschpatrol/8faab60a9a2129ebcb2abe0ee74cd149 to your computer and use it in GitHub Desktop.
Save kitschpatrol/8faab60a9a2129ebcb2abe0ee74cd149 to your computer and use it in GitHub Desktop.
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