Searched refs:fTotalRequests (Results 1 – 2 of 2) sorted by relevance
49 , fTotalRequests(0) in ProgramCache()67 SkDebugf("Total requests: %d\n", fTotalRequests); in ~ProgramCache()69 SkDebugf("Cache miss %%: %f\n", (fTotalRequests > 0) ? in ~ProgramCache()70 100.f * fCacheMisses / fTotalRequests : in ~ProgramCache()72 int cacheHits = fTotalRequests - fCacheMisses; in ~ProgramCache()95 ++fTotalRequests; in getProgram()
224 int fTotalRequests; variable