summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsContext.cpp
diff options
context:
space:
mode:
authorAlex Sakhartchouk <alexst@google.com>2010-10-18 17:18:50 -0700
committerAlex Sakhartchouk <alexst@google.com>2010-10-18 17:18:50 -0700
commit98bfe5d02a81c15fff52570178a2edd830701665 (patch)
tree8cb0cc97425ad59b8fd43f0ada6f7bf5de11efa3 /libs/rs/rsContext.cpp
parent5bb9e621e16278080ce697a8c958927d51e5ebf6 (diff)
downloadframeworks_base-98bfe5d02a81c15fff52570178a2edd830701665.zip
frameworks_base-98bfe5d02a81c15fff52570178a2edd830701665.tar.gz
frameworks_base-98bfe5d02a81c15fff52570178a2edd830701665.tar.bz2
Some cleanup
Change-Id: Ie10746d2f77318d63101d919214e76f778159fa0
Diffstat (limited to 'libs/rs/rsContext.cpp')
-rw-r--r--libs/rs/rsContext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/rs/rsContext.cpp b/libs/rs/rsContext.cpp
index 4dd074e..944cd86 100644
--- a/libs/rs/rsContext.cpp
+++ b/libs/rs/rsContext.cpp
@@ -348,7 +348,7 @@ void Context::timerPrint()
if (props.mLogTimes) {
- LOGV("RS: Frame (%i), Script %2.1f (%i), Clear & Swap %2.1f (%i), Idle %2.1f (%lli), Internal %2.1f (%lli), Avg fps: %u",
+ LOGV("RS: Frame (%i), Script %2.1f%% (%i), Swap %2.1f%% (%i), Idle %2.1f%% (%lli), Internal %2.1f%% (%lli), Avg fps: %u",
mTimeMSLastFrame,
100.0 * mTimers[RS_TIMER_SCRIPT] / total, mTimeMSLastScript,
100.0 * mTimers[RS_TIMER_CLEAR_SWAP] / total, mTimeMSLastSwap,