Flutter Engine
The Flutter Engine
|
Public Attributes | |
int | fCacheHits = 0 |
int | fCacheMisses = 0 |
int | fNumSWCreations = 0 |
int | fNumLazyCreations = 0 |
int | fNumHWCreations = 0 |
Definition at line 165 of file GrThreadSafeCacheTest.cpp.
int TestHelper::Stats::fCacheHits = 0 |
Definition at line 166 of file GrThreadSafeCacheTest.cpp.
int TestHelper::Stats::fCacheMisses = 0 |
Definition at line 167 of file GrThreadSafeCacheTest.cpp.
int TestHelper::Stats::fNumHWCreations = 0 |
Definition at line 171 of file GrThreadSafeCacheTest.cpp.
int TestHelper::Stats::fNumLazyCreations = 0 |
Definition at line 170 of file GrThreadSafeCacheTest.cpp.
int TestHelper::Stats::fNumSWCreations = 0 |
Definition at line 169 of file GrThreadSafeCacheTest.cpp.