#include <arrange_profiles.h>
Data Fields | |
std::string | lib_image |
which dependent image is this set for | |
std::list< profile_sample_files > | files |
the actual sample files optionnaly including callgraph sample files |
A number of profiles files that are all dependent on the same main (application) profile, for the same dependent image.
Definition at line 73 of file arrange_profiles.h.
std::list<profile_sample_files> profile_dep_set::files |
the actual sample files optionnaly including callgraph sample files
Definition at line 78 of file arrange_profiles.h.
Referenced by operator<<().
std::string profile_dep_set::lib_image |
which dependent image is this set for
Definition at line 75 of file arrange_profiles.h.
Referenced by operator<<().