Skip to content

Commit

Permalink
mali: reduce utilization sampling timeout (by AndreiLux) and make it …
Browse files Browse the repository at this point in the history
…variable
  • Loading branch information
Gokhan Moral committed Sep 4, 2012
1 parent e67856b commit dd720cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include "mali_platform.h"

/* Define how often to calculate and report GPU utilization, in milliseconds */
#define MALI_GPU_UTILIZATION_TIMEOUT 1000
int MALI_GPU_UTILIZATION_TIMEOUT = 100;

static _mali_osk_lock_t *time_data_lock;

Expand Down

0 comments on commit dd720cb

Please sign in to comment.