I'm using AMD CodeAnalyst plugin to MSVC to profile my code, but I'm having a problem getting information on which methods are called... It seems it truncates symbol names at 259 characters, which is hardly enough when using boost (template typenames are long...).
Does anyone know if the symbol length can be changed somehow? I've tried googling it, but didn't find anything useful.
EDIT: A typical line:
std::_Find<boost::detail::sei_<unsigned int,std::_List_iterator<std::_List_val<boost::list_edge<unsigned int,boost::property<enum boost::edge_weight_t,double,boost::no_property> >,std::allocator<boost::list_edge<unsigned int,boost::property<enum boost::edge_w
As you can see it ends in the middle of a template ([...]boost::property<enum boost::edge_w
).