Exemplo n.º 1
0
cg_formatter::cg_formatter(callgraph_container const & profile)
	:
	formatter(profile.extra_found_images)
{
	counts.total = profile.samples_count();
}
Exemplo n.º 2
0
cg_formatter::cg_formatter(callgraph_container const & profile)
{
	counts.total = profile.samples_count();
}