[Lldb-commits] [lldb] r176714 - Added very lightweight, statically-allocated
Chris Lattner
clattner at apple.com
Wed Mar 13 11:24:21 PDT 2013
On Mar 8, 2013, at 1:11 PM, Chris Lattner <clattner at apple.com> wrote:
>
> On Mar 8, 2013, at 12:04 PM, Sean Callanan <scallanan at apple.com> wrote:
>
>> Author: spyffe
>> Date: Fri Mar 8 14:04:57 2013
>> New Revision: 176714
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=176714&view=rev
>> Log:
>> Added very lightweight, statically-allocated
>> counters for a variety of metrics associated
>> with expression parsing. This should give some
>> idea of how much work the expression parser is
>> doing on Clang's behalf, and help with hopefully
>> reducing that load over time.
>
> Would the existing LLVM "statistics" infrastructure work?
> http://llvm.org/docs/ProgrammersManual.html#the-statistic-class-stats-option
Sean?
-Chris
More information about the lldb-commits
mailing list