summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_perf.h
AgeCommit message (Collapse)Author
2010-02-08llvmpipe: added counters for color tile clear, load, storeBrian Paul
2010-01-27llvmpipe: count/report time spent in LLVM compilationsBrian Paul
2010-01-21llvmpipe: added simple perf/statistics counting facilityBrian Paul
Currently counting number of tris, how many tiles of each size are fully covered, partially covered or empty, etc. Set LP_DEBUG=counters to enable. Results are printed upon context destruction.