Minor cleanup of profile and compile logging.
diff --git a/libs/rs/rsContext.cpp b/libs/rs/rsContext.cpp
index 0ac8320..e3236c4 100644
--- a/libs/rs/rsContext.cpp
+++ b/libs/rs/rsContext.cpp
@@ -309,6 +309,7 @@
 
     objDestroyOOBInit();
     timerInit();
+    timerSet(RS_TIMER_INTERNAL);
 
     LOGV("RS Launching thread");
     status = pthread_create(&mThreadId, &threadAttr, threadProc, this);