Subject: Re: [boost] vsix - template_profiler extension
From: Brandon Kohn (blkohn_at_[hidden])
Date: 2012-02-27 09:22:24


On 2/26/2012 2:48 PM, Eric Niebler wrote:
> I expected to see the names of templates, ordered by which were
> instantiated the most frequently. Is there a way to get that output?

At the moment the code only stores the filename and line number. I'll
have a look at having it open the files and pull information out of the
line to add more context.

Cheers,

Brandon