DescriptionImplement AggregatableHistogramTimer and use it to measure how much time
of running a script is really spent in compilation. That is, sum up the
total time spent compiling (parsing + compile proper) within a run call
as seen through the API.
@jochen: So many questions:
- Is it ok to re-use V8.CompileLazy?
This measures something a little different.
- clang-format does funny things to the huge macro definitions.
I accepted clang-format changes for all code, but reverted for
the #define orgies in counters.h. ok?
- Am I measuring the right thing. That is, are Aggregat[ing|ed]TimerScope
in the right place?
I'll fiddle a bit more with this to see if it does the right thing. Would
be happy if you could still review now-ish.
BUG=
Committed: https://crrev.com/6f9d60cc6f78467ebc44300213c07dc21832d10b
Cr-Commit-Position: refs/heads/master@{#26226}
Patch Set 1 #
Total comments: 1
Patch Set 2 : fix silly typo. #Patch Set 3 : Make windows compiler happy. #
Messages
Total messages: 12 (3 generated)
|