Lines Matching +full:per +full:- +full:processor
1 //===--------------------- SummaryView.h ------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
24 /// performance indicators are 'Total Cycles' and IPC (Instructions Per Cycle).
26 //===----------------------------------------------------------------------===//
60 // For each processor resource, this vector stores the cumulative number of
64 // Each processor resource is associated with a so-called processor resource
65 // mask. This vector allows to correlate processor resource IDs with processor
66 // resource masks. There is exactly one element per each processor resource
70 // Used to map resource indices to actual processor resource IDs.