由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - difference btw. procsystime and dtrace ... count?
相关主题
pollsys 是干嘛的?请教一个php问题
请问java runtime exec当中如何使用通配符*?one C programming question - Thanks.
"Find ... -exec ..." script never ends. (转载)Is it possible to run GUI application through browser?
问C++文件路径的问题激光陀螺的秘密程序编码泄露了 (转载)
请教run anothe executable in a windows mobile programSQL debug step into a store procedure from another one (转载)
[请教]命令行的重定向fdopen能open同一个fd 两次吗?
请教c/c++如何在linux下查询process statuslocal python 安装问题
ant build on mac怎么用php 运行 r 文件
相关话题的讨论汇总
话题: dtrace话题: count话题: functions话题: compares
进入Programming版参与讨论
1 (共1页)
h**o
发帖数: 548
1
I calculated count of system call using both
procsystime -a -p
and
dtrace -n 'syscall:::entry { @Execs["program name"] = count(); }'
Why the result of counts are totally different, are they comparing the same
thing?
Another question:
how to compare CPU usage of other functions?
procsystime compares only system call,
hotuser compares only user functions. But how to compare all functions?
Thanks.
1 (共1页)
进入Programming版参与讨论
相关主题
怎么用php 运行 r 文件请教run anothe executable in a windows mobile program
[bssd]组合函数求导[请教]命令行的重定向
Tf里面怎么选optimizer?请教c/c++如何在linux下查询process status
C++ class cross reference problemant build on mac
pollsys 是干嘛的?请教一个php问题
请问java runtime exec当中如何使用通配符*?one C programming question - Thanks.
"Find ... -exec ..." script never ends. (转载)Is it possible to run GUI application through browser?
问C++文件路径的问题激光陀螺的秘密程序编码泄露了 (转载)
相关话题的讨论汇总
话题: dtrace话题: count话题: functions话题: compares