1. 01 4月, 2016 2 次提交
  2. 23 3月, 2016 1 次提交
  3. 22 3月, 2016 1 次提交
  4. 12 2月, 2016 1 次提交
  5. 11 2月, 2016 1 次提交
    • J
      Make a public function for computing total CPU time · ebaa641e
      Johan Walles 提交于
      This function used to be a private part of process.go.
      
      Since I needed that functionality however I think it's better to make it public
      than for me to copy it into my own code.
      
      As a side effect of this change, I also fixed a bug in the function where Stolen
      was not part of the sum. Having the function close to the CPUTimesStat
      declaration will make problems like this less likely to re-occur in the future.
      ebaa641e
  6. 16 12月, 2015 3 次提交
  7. 23 10月, 2015 1 次提交
  8. 19 10月, 2015 4 次提交
  9. 18 10月, 2015 2 次提交
    • D
      cpu: support ARM CPUs. · 9f2e6a74
      Daniel Theophanes 提交于
      ARM CPUs don't include the same fields as  x86 and amd64 CPUs in
      the /proc/cpuinfo list. Pull information from the /sys/...
      device tree as well as updating when a CPU is done in cpuinfo.
      
      Fixes #88
      9f2e6a74
    • J
      chore(*): Fixes #94 · 0461c506
      Jonathan Chauncey 提交于
      Added the ability to fetch an alternative location for /proc via an
      environment variable. If the env var is not set it will return /proc as
      the default value.
      0461c506
  10. 10 10月, 2015 1 次提交
  11. 05 9月, 2015 1 次提交
    • B
      Fix cpu percent on windows · a4ec4177
      Ben Aldrich 提交于
      Tested on windows 7:
      
      When divided by 100 you get cpu percentage of  %0.14 when task manager shows %14. Once this is removed they match.
      a4ec4177
  12. 03 9月, 2015 1 次提交
  13. 28 8月, 2015 2 次提交
  14. 27 8月, 2015 2 次提交
  15. 26 8月, 2015 2 次提交
  16. 29 7月, 2015 1 次提交
  17. 25 7月, 2015 1 次提交
  18. 24 7月, 2015 2 次提交
  19. 17 7月, 2015 3 次提交
  20. 15 7月, 2015 1 次提交
  21. 19 4月, 2015 1 次提交
  22. 20 3月, 2015 1 次提交
  23. 11 3月, 2015 2 次提交
  24. 07 3月, 2015 1 次提交
  25. 15 2月, 2015 2 次提交