On 2010/03/26 12:53:33, zundel wrote:
http://codereview.chromium.org/1105009/diff/1002/3001
File include/v8-profiler.h (right):

http://codereview.chromium.org/1105009/diff/1002/3001#newcode152
include/v8-profiler.h:152: * profiles with the same title are silently
ignored.
*/
Does this comment mean that you can start different profiles and have them
accumulating simultaneously?

start profile1 at time T1
start profile2 at time T2
stop profile2 at time T3
stop profile1 at time T4

so that profile2 is profiling a subset of profile1?

Yes. You can even do this:

start profile1 at time T1
start profile2 at time T2
stop profile1 at time T3
stop profile2 at time T4

so profile1 and profile2 will overlap

http://codereview.chromium.org/1105009

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

To unsubscribe from this group, send email to v8-dev+unsubscribegooglegroups.com or reply 
to this email with the words "REMOVE ME" as the subject.

Reply via email to