mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=3442
This commit is contained in:
parent
f1ac164bf1
commit
ac9d3ce37f
|
@ -208,11 +208,11 @@ bool throttled_app_render(int x, int y, double t) {
|
|||
//
|
||||
if (ok_to_render) {
|
||||
if (boinc_max_gfx_cpu_frac) {
|
||||
boinc_thread_cpu_time(t0, m);
|
||||
boinc_calling_thread_cpu_time(t0, m);
|
||||
}
|
||||
app_graphics_render(x, y, t);
|
||||
if (boinc_max_gfx_cpu_frac) {
|
||||
boinc_thread_cpu_time(t1, m);
|
||||
boinc_calling_thread_cpu_time(t1, m);
|
||||
total_render_time += t1 - t0;
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue