On 01/18/13 10:32, Philip Brown wrote:
On 01/18/13 10:34 AM, Shawn Walker wrote:
A simple DTrace script that just tallied the amount of execution time
required for every function called during an execution of pkgrepo
should be enough to corroborate.
please provide this simple script, and I'll run it on my prior example
of pkgrepo list
Although it's not a "simple script" and perhaps overkill for this case,
there's one already written that could be used here:
http://www.dtracebook.com/index.php/Languages:py_calltime.d
Example usage:
dtrace -c '/usr/bin/pkg info pkg' -s py_calltime.d
Further analysis will be up to you.
-Shawn
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss