当前位置:  技术问答>linux和unix

real、user、sys分别是什么?

    来源: 互联网  发布时间:2017-04-24

    本文导语:  我分别用C和C++写了程序,实现同样的功能。然后用time命令比较执行效率。 //c real 0m11.917s user 0m0.264s sys 0m0.948s wei@wei-Lenovo-G475:~/program$ //c++ real 0m9.061s user 0m0.376s sys 0m1.120s real user sys 分别是什么(man文档也没有说清...

我分别用C和C++写了程序,实现同样的功能。然后用time命令比较执行效率。
//c
real 0m11.917s
user 0m0.264s
sys 0m0.948s
wei@wei-Lenovo-G475:~/program$
//c++
real 0m9.061s
user 0m0.376s
sys 0m1.120s

real user sys 分别是什么(man文档也没有说清楚)?用C写的执行效率更高?

|
sys cpu在内核态时间
user cpu在用户态时间
real 实际花费的时间

前两个目前你没必要关注,等你剖析性能以及排查故障的的时候你自然会关注

    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • java命名空间java.sql类types的类成员方法: real定义及介绍
  • J2ME浮点数计算包 Real.java
  • mysql阻塞在了mysql_real_connect函数调用处
  • Java Online Gaming Real-time Engine
  • mysql_real_query报语法错
  • 多用户协作编辑平台 real-edit
  • Real Shadow
  • Real chanlleges here, only for experts
  • 能提供一本real time linux方面的编程书籍吗?谢谢!
  • 请教real mode 和protected mode ,谁能仔细讲讲?
  • linux下怎么装real播放器?
  • 各位高手 你们好 请问那里可以查到有关Linux Real TTY的标准的内容
  • python检测lvs real server状态
  • real6410 2.6.18老内核编译
  • setitimer(ITIMER_REAL...以系统实时时间计算超时发出SIGALRM信号?
  • real 6410 开发板 qt问题
  • Real chanlleges here, only for experts(auto expandable table cell) iis7站长之家
  • zhcon-0.2.3安装好后,执行zhcon命令出错:/dev/pts/0 is not real tty or vc. Please exit current tty and try again.
  • Real chanlleges here, only for experts(auto expandable table cell)
  • PHP函数addslashes与mysql_real_escape_string区别分析
  • PHP函数addslashes和mysql_real_escape_string的区别


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,