#include <arrange_profiles.h>
Data Fields | |
std::string | sample_filename |
std::list< std::string > | cg_files |
A samples filename + its associated callgraph sample filename.
Definition at line 52 of file arrange_profiles.h.
std::list<std::string> profile_sample_files::cg_files |
List of callgraph sample filename. If the {dep} part of cg_filename != {cg} part it's a cross binary samples file.
Definition at line 64 of file arrange_profiles.h.
Referenced by operator<<().
std::string profile_sample_files::sample_filename |
This member can be empty since it is possible to get callgraph w/o any samples to the binary. e.g an application which defer all works to shared library but if arrange_profiles receive a sample file list filtered from cg file sample_filename can't be empty
Definition at line 59 of file arrange_profiles.h.
Referenced by operator<<().