ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/src/statgrab/statgrab.c
(Generate patch)

Comparing projects/libstatgrab/src/statgrab/statgrab.c (file contents):
Revision 1.5 by ats, Thu Aug 28 21:21:32 2003 UTC vs.
Revision 1.6 by ats, Fri Aug 29 06:48:04 2003 UTC

# Line 184 | Line 184 | void get_stats(int use_diffs) {
184                                   "cpu", "swap", NULL);
185                          add_stat(FLOAT, &cpu_p->nice,
186                                   "cpu", "nice", NULL);
187 <                        add_stat(TIME_T, &cpu_s->systime,
187 >                        add_stat(TIME_T, &cpu_p->systime,
188                                   "cpu", "time_taken", NULL);
189                  }
190          } else {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines