Home
last modified time | relevance | path

Searched refs:PrintBucket (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Drdtsc_buckets.cpp79 void BucketManager::PrintBucket(FILE* f, UINT level, uint64_t threadCycles, uint64_t parentCycles, … in PrintBucket() function in BucketManager
126 PrintBucket(f, level + 1, threadCycles, bucket.elapsed, child); in PrintBucket()
149 PrintBucket(f, 0, totalCycles, totalCycles, child); in PrintThread()
Drdtsc_buckets.h190 …void PrintBucket(FILE* f, UINT level, uint64_t threadCycles, uint64_t parentCycles, const BUCKET& …