search for: 1001hz

Displaying 1 result from an estimated 1 matches for "1001hz".

Did you mean: 1000hz
2008 Nov 12
2
hotuser in multicore system
...lkit) collect information for multiple libraries/functions that would be getting executed at a given point of time. I have been able to test it to check if it does or doesn''t. I assume it does. This was a query I have about profiling in general. #pragma D option quiet profile:::profile-1001hz /pid == \$target/ { \@pc[arg1] = count(); } dtrace:::END { printa("OUT: %A %\@d\\n", \@pc); } -Shiv