Re: Git performance on OS X

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




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

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux