• jar@chromium.org's avatar
    Support incremental-max and sample in Profiler data · b6b2b89a
    jar@chromium.org authored
    I also did some cleaning and refactoring in
    tracked_objects.  We had a lot of functionality that
    has migrated to JS, that we didn't need (a lot of
    acccessors that are supplanted by the ToValue()
    methods.
    
    I'm anticipating that we'll move to an asynhcronous
    collecting of data from the profiler, so that we can
    bounce around to various threads and more cleanly
    collect samples (without risking races during
    data snapshots).  Several of the refactors are
    heading in that direction.
    
    r=rtenneti
    tbr=jam (for microscopic content change)
    BUG=106291,106293
    Review URL: http://codereview.chromium.org/8775061
    
    git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112928 0039d316-1c4b-4281-b951-d872f2087c98
    b6b2b89a
child_thread.cc 8.57 KB