~indicator-multiload/indicator-multiload/trunk

« back to all changes in this revision

Viewing changes to src/cpuprovider.vala

  • Committer: mh21 at mh21
  • Date: 2014-06-14 18:42:15 UTC
  • Revision ID: mh21@mh21.de-20140614184215-to6u9g06ynm3e50j
Provide bitrate function to show speed in bit/s

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    }
35
35
 
36
36
    public CpuProvider() {
37
 
        base("cpu", fields(), 'p');
 
37
        base("cpu", fields(), "p");
38
38
    }
39
39
 
40
40
    private void updatecpu(uint index, uint64 user, uint64 sys, uint64 nice,