OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PrintBucket
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
rdtsc_buckets.cpp
79
void BucketManager::
PrintBucket
(FILE* f, UINT level, uint64_t threadCycles, uint64_t parentCycles, const BUCKET& bucket)
126
PrintBucket
(f, level + 1, threadCycles, bucket.elapsed, child);
149
PrintBucket
(f, 0, totalCycles, totalCycles, child);
rdtsc_buckets.h
190
void
PrintBucket
(FILE* f, UINT level, uint64_t threadCycles, uint64_t parentCycles, const BUCKET& bucket);
Completed in 415 milliseconds