Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add --track-heap-objects #2135

Closed
wants to merge 3 commits into from
Closed

Commits on Jul 10, 2015

  1. add --track-heap-objects

    - This makes v8 add .trace_function_info to the serialized form of
      snapshots from v8::HeapSnapshot::Serialize
    - .trace_funciton_info combined with .trace_node in snapshots tells the
      JS location that allocated a specific object
    bmeck committed Jul 10, 2015
    Configuration menu
    Copy the full SHA
    9748d60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e2490c View commit details
    Browse the repository at this point in the history
  3. -h space between heapsnapshot

    bmeck committed Jul 10, 2015
    Configuration menu
    Copy the full SHA
    bd77a59 View commit details
    Browse the repository at this point in the history