LIKWID
Public Attributes | List of all members
PerfmonThread Struct Reference

Structure specifying thread to CPU relation. More...

#include <perfmon_types.h>

Inheritance diagram for PerfmonThread:
Inheritance graph
[legend]
Collaboration diagram for PerfmonThread:
Collaboration graph
[legend]

Public Attributes

int processorId
 Real HW thread ID.
 
int thread_id
 Thread ID how it is used internally.
 
- Public Attributes inherited from PerfmonGroupSet
int activeGroup
 Currently active eventSet.
 
PerfmonEventSetgroups
 List of eventSets.
 
int numberOfActiveGroups
 Amount of added eventSets. Only those eventSets can be accessed in groups.
 
int numberOfGroups
 List length of groups.
 
int numberOfThreads
 Amount of threads in threads.
 
PerfmonThreadthreads
 List of threads.
 

Detailed Description

Structure specifying thread to CPU relation.

Threads are always numbered incrementally. This structure is used in order to resolve the real HW thread ID.


The documentation for this struct was generated from the following file: