Searched refs:threadCycles (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | rdtsc_buckets.cpp | 79 void BucketManager::PrintBucket(FILE* f, UINT level, uint64_t threadCycles, uint64_t parentCycles, … in PrintBucket() argument 94 float percentTotal = (float)((double)bucket.elapsed / (double)threadCycles * 100.0); in PrintBucket() 126 PrintBucket(f, level + 1, threadCycles, bucket.elapsed, child); in PrintBucket()
|
D | rdtsc_buckets.h | 190 …void PrintBucket(FILE* f, UINT level, uint64_t threadCycles, uint64_t parentCycles, const BUCKET& …
|