Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DDispatchStatistics.h53 Histogram DispatchGroupSizePerCycle; variable
56 DispatchGroupSizePerCycle[NumDispatched]++; in updateHistograms()
DDispatchStatistics.cpp39 for (const std::pair<unsigned, unsigned> &Entry : DispatchGroupSizePerCycle) { in printDispatchHistogram()