commit | a891933b4c5ab1b63103add167269cfc404c2adf | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Thu Sep 24 15:42:52 2009 -0700 |
committer | Jason Sams <rjsams@android.com> | Thu Sep 24 15:42:52 2009 -0700 |
tree | f4dad4322fc7763582e043c9aa1f890c253f88e6 | |
parent | ada7f272890d8791bc518c95989ad7d13050834d [diff] [blame] |
Minor cleanup of profile and compile logging.
diff --git a/rsContext.cpp b/rsContext.cpp index 0ac8320..e3236c4 100644 --- a/rsContext.cpp +++ b/rsContext.cpp
@@ -309,6 +309,7 @@ objDestroyOOBInit(); timerInit(); + timerSet(RS_TIMER_INTERNAL); LOGV("RS Launching thread"); status = pthread_create(&mThreadId, &threadAttr, threadProc, this);