See: Description
Class | Description |
---|---|
Cache |
Class representing a cache within a CPU.
|
CPUInfo |
Class that contains information describing the characteristics of
a Central Processing Unit (CPU).
|
CPUTime |
Class representing a measurement of CPU time, broken down into execution
time in user mode and in system mode.
|
DataCache |
Class containing information describing a data cache.
|
DataTLB |
Class containing information describing a data translation lookaside
buffer (DTLB).
|
ExecutionInfo |
Class containing information that describes process/thread execution
environment as well as metrics specific to a particular measurement
period.
|
InstructionCache |
Class containing information describing an instruction cache.
|
InstructionTLB |
Class containing information describing an instruction translation
lookaside buffer (ITLB).
|
InstructionTraceCache |
Class containing information describing an instruction trace cache.
|
MachineInfo |
Class containing information describing characteristics of a particular
computer, or machine.
|
PS_HwpcCountingReport |
Class encapsulating information contained in a PerfSuite hardware
performance report XML document gathered in "counting" mode.
|
PS_HwpcEvent |
Class encapsulating hardware performance counter events
information contained in a PerfSuite hardware
performance report XML document gathered in "counting" mode.
|
PS_HwpcPCProfileReport |
Class encapsulating information contained in a PerfSuite hardware
performance report XML document gathered in "profile" mode.
|
PS_HwpcProfile |
Class encapsulating profile information that describes the
profiling event used, the sampling rate, the total number
of collected samples, the locations of the source code
and the number of samples collected at these locations.
|
PS_HwpcProfileReport |
Class encapsulating information contained in a PerfSuite hardware
performance profile report XML document, which contains the source
code locations mapped from program counters (PCs) collected in a
previous profiling measurement.
|
PS_HwpcReport |
Abstract class representing the contents of a PerfSuite XML document
gathered through monitoring using hardware performance counters.
|
PS_MetricDefinition |
Class representing a PerfSuite metric definition.
|
PS_Module |
Class encapsulating module information contained in a PerfSuite hardware
performance report XML document gathered in "profile" mode.
|
PS_MultiHwpcProfileReport |
Class that represents a collection of PerfSuite hardware
performance profile reports, known as a "multihwpcprofilereport".
|
PS_MultiHwpcReport |
Class that represents a collection of PerfSuite hardware
performance reports, known as a "multihwpcreport".
|
PS_Report |
Abstract base class representing a PerfSuite
report XML document.
|
PS_ResourceReport |
Class encapsulating information contained in a PerfSuite resource
usage report XML document.
|
TLB |
Class representing a translation lookaside buffer (TLB) within a CPU.
|
UnifiedCache |
Class describing the characteristics of a unified data/instruction
cache.
|
UnifiedTLB |
Class describing the characteristics of a unified data/instruction
translation lookaside buffer (UTLB).
|