commit | 0952c7de6c478179cce02910e7985b91abccff99 | [log] [tgz] |
---|---|---|
author | Nicolas Capens <capn@google.com> | Wed Sep 27 10:22:08 2017 -0400 |
committer | Nicolas Capens <nicolascapens@google.com> | Wed Sep 27 19:40:31 2017 +0000 |
tree | 0e119b597160aefb1be98ab02493a688d46b37f4 | |
parent | bc6ce4f1f78fb714f59caecf9ed0c886b99f1c82 [diff] [blame] |
Fix initial framerate and show maximum. We don't start timing until after the first frame finished rendering and is presented, so the frame count has to be 0 at that point. Change-Id: Ic242bb5625c6c50694e7625008565ee421859624 Reviewed-on: https://swiftshader-review.googlesource.com/12488 Reviewed-by: Nicolas Capens <nicolascapens@google.com> Reviewed-by: Alexis Hétu <sugoi@google.com> Tested-by: Nicolas Capens <nicolascapens@google.com>
diff --git a/src/Common/MutexLock.hpp b/src/Common/MutexLock.hpp index 65b4d7e..3a071c9 100644 --- a/src/Common/MutexLock.hpp +++ b/src/Common/MutexLock.hpp
@@ -57,7 +57,7 @@ }; } -#else // !__ANDROID__ +#else // !__linux__ #include <atomic>