Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
TestHelper::Stats Struct Reference

Public Attributes

int fCacheHits = 0
 
int fCacheMisses = 0
 
int fNumSWCreations = 0
 
int fNumLazyCreations = 0
 
int fNumHWCreations = 0
 

Detailed Description

Definition at line 165 of file GrThreadSafeCacheTest.cpp.

Member Data Documentation

◆ fCacheHits

int TestHelper::Stats::fCacheHits = 0

Definition at line 166 of file GrThreadSafeCacheTest.cpp.

◆ fCacheMisses

int TestHelper::Stats::fCacheMisses = 0

Definition at line 167 of file GrThreadSafeCacheTest.cpp.

◆ fNumHWCreations

int TestHelper::Stats::fNumHWCreations = 0

Definition at line 171 of file GrThreadSafeCacheTest.cpp.

◆ fNumLazyCreations

int TestHelper::Stats::fNumLazyCreations = 0

Definition at line 170 of file GrThreadSafeCacheTest.cpp.

◆ fNumSWCreations

int TestHelper::Stats::fNumSWCreations = 0

Definition at line 169 of file GrThreadSafeCacheTest.cpp.


The documentation for this struct was generated from the following file: