#include <arrange_profiles.h>
Collaboration diagram for profile_classes:

Public Member Functions | |
| bool | matches (profile_classes const &classes) |
| is this class set comparable with another? | |
Public Attributes | |
| std::string | event |
| This is only set if we're not classifying on event/count anyway - if we're classifying on event/count, then we'll already output the details of each class's event/count. | |
| std::string | cpuinfo |
| CPU info. | |
| std::vector< profile_class > | v |
| the actual classes | |
| axis_types | axis |
| the axis of the classes | |
| extra_images | extra_found_images |
| the extra images to consider for this profile_classes | |
|
|
is this class set comparable with another?
|
|
|
the axis of the classes
|
|
|
CPU info.
|
|
|
This is only set if we're not classifying on event/count anyway - if we're classifying on event/count, then we'll already output the details of each class's event/count. It's only used when classifying by CPU, tgid etc. so the user can still see what perfctr event was used. |
|
|
the extra images to consider for this profile_classes
|
|
|
the actual classes
|
1.4.6