-
Notifications
You must be signed in to change notification settings - Fork 22
Linking call stack to timeline #184
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hi, In the latest master branch, the struct SegmentInfo contains the field, allocTime, which implies the time when an allocation occurs. How can I get this info from the json output file from a call stack? What I'm attempting to do is link a call stack to a particular time in the Timeline view. For example, if I see a large jump in physical memory, I'd like to determine which allocation caused the jump. it seems there must be some way for me to parse the json output to read the allocTime and find the associated call stack.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request