--
You received this message because you are subscribed to the Google Groups "Google Chrome Developer Tools" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-chrome-develo...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-chrome-developer-tools/9b241e8b-1433-4925-977d-b71a49b60629%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-chrome-developer-tools/CANpOREWB0ViVgdxmBGBw3Fo42Nifg_64wgohRrkUUMozm2HXvg%40mail.gmail.com.
I was wondering how can I change the iteration interval? I want to get more updates from the heap. Can you please direct me to where in V8 source I can change this setting?Hi there,
Thanks for clarifications.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-chrome-developer-tools/CAH9Mh%3D1SJK1_xdxWuZxoU300BFNMeqP8FzCpxyfU5DxF%2B-ZOzA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-chrome-developer-tools/CANpOREWmHUNPK9v7Ho0cy1nrtmihEqq2TkiETd8fNh8CL197Sg%40mail.gmail.com.
Actually, I expect to get a finer-grained view on allocation data; however, that's not possible by reducing the timer. Why? Shouldn't it be the case?
Do you know any other way I can get more updates from the heap? Not a timer-based, but something based on the size of objects or ...?
To view this discussion on the web visit https://groups.google.com/d/msgid/google-chrome-developer-tools/CAH9Mh%3D31Z5jNJe9JkHefJep8sMnbSSxTMYiMZFjebO5bB26SYg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-chrome-developer-tools/CANpOREUsbCx%2B6ciwUm0S4v4pYNA%3DUJRVQFQpJufjgews8oaSew%40mail.gmail.com.
I am trying to record all objects allocations (along with their types) and I was under the impression that tracker records all allocations. It seems that since tracker misses some garbage collections, it's not possible. As I understand, tracker is useful if an object keeps staying alive (memory leak case). That's why I was thinking about reducing the interval of getting updates on the heap.
The good thing about tracker is that it assigns a snapshotObjectId to every heap object which makes it possible to track a specific object.
Currently, I've found running chromium with heap-stats flag (works only in Debug build) allows me to track all allocations (it generates report before and after every garbage collection). However, the problem is that I can not track a specific object, since I do not find a specific Id. I can see there is an address associated with every object, but what if the object moves and its address changes? How can I track the same object over consecutive garbage collections? Any suggestion?
BTW, what is the purpose of trace_node_id in the source codes?
To view this discussion on the web visit https://groups.google.com/d/msgid/google-chrome-developer-tools/CAH9Mh%3D3iRZpOuBMQQGbPrj6YdoRacGG5F0XhJPc_ZLEAtnmB-w%40mail.gmail.com.