File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
// This file is part of BOINC.
2
2
// http://boinc.berkeley.edu
3
- // Copyright (C) 2008 University of California
3
+ // Copyright (C) 2022 University of California
4
4
//
5
5
// BOINC is free software; you can redistribute it and/or modify it
6
6
// under the terms of the GNU Lesser General Public License
Original file line number Diff line number Diff line change 1
1
// This file is part of BOINC.
2
2
// http://boinc.berkeley.edu
3
- // Copyright (C) 2020 University of California
3
+ // Copyright (C) 2022 University of California
4
4
//
5
5
// BOINC is free software; you can redistribute it and/or modify it
6
6
// under the terms of the GNU Lesser General Public License
@@ -185,7 +185,7 @@ double total_cpu_time() {
185
185
static double scale;
186
186
uint64_t totalUserTime = 0 ;
187
187
188
- if (! first) {
188
+ if (first) {
189
189
first = false ;
190
190
long hz = sysconf (_SC_CLK_TCK);
191
191
scale = 1 ./hz;
Original file line number Diff line number Diff line change 1
1
// This file is part of BOINC.
2
2
// http://boinc.berkeley.edu
3
- // Copyright (C) 2008 University of California
3
+ // Copyright (C) 2022 University of California
4
4
//
5
5
// BOINC is free software; you can redistribute it and/or modify it
6
6
// under the terms of the GNU Lesser General Public License
You can’t perform that action at this time.
0 commit comments