On 20 apr 2008, at 01:35, Roman Shaposhnik wrote:
If it happens on Leopard, DTrace would be a perfect way to query the
system:
$ dtrace -n 'syscall::*:entry /pid==$target/ { @[probefunc] =
count(); }' -c "git <do stuff>"
Yes, but this only shows syscalls and only entries. If you have enough
dtrace-fu to create a script that samples all functions (and thus
shows which functions are being active most of the time), I will
gladly run it.
- Pieter
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html