Thread (29 messages) flat view 29 messages, 7 authors, 2016-08-11

Re: Git performance on OS X

From: Pieter de Bie <hidden>
Date: 2016-06-15 22:44:30

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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help