Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Tracking memory used by JS programs
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Baptiste  
View profile  
 More options Nov 9 2012, 11:18 am
From: Baptiste <baptiste.a...@gmail.com>
Date: Fri, 9 Nov 2012 08:18:50 -0800 (PST)
Local: Fri, Nov 9 2012 11:18 am
Subject: Tracking memory used by JS programs

Hi,

I'm trying to track the memory allocated for javascript programs by v8. Not
the size of the heap used by v8 but the size used to allocate the objects
and everything. I'm using the "--trace_gc --trace_gc_nvp" options and a
simple script to parse the output, extract the "allocated" fields and sum
all the values together. I've also added calls to the "gc()" function at
the end of my JS files to make sure that the GC is ran at least once.

I just wanted to check if my way of measuring those allocations is correct
or if I'm missing some important details.

Thanks,
Baptiste


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »