How to save Object Allocation recording and CPU recording?

Questions about YourKit Java Profiler
Post Reply
ralu
Posts: 2
Joined: Fri Dec 12, 2014 2:47 pm

How to save Object Allocation recording and CPU recording?

Post by ralu »

After recording Object Allocation or CPU, can I save the information in the memory to a file? I know I can export it to a HTML or other formats, but it only exports What You Get Is What You See. If you haven't expand some nodes, you can't expand those nodes from the exported file. Is there a way to save all the information in the memory to a file so we can always come back to do analysis?
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: How to save Object Allocation recording and CPU recordin

Post by Anton Katilin »

Yes. Please capture a memory snapshot:
http://www.yourkit.com/docs/java/help/m ... pshots.jsp

Alternatively, a performance snapshot may be enough for your purposes (the leftmost toolbar button).
ralu
Posts: 2
Joined: Fri Dec 12, 2014 2:47 pm

Re: How to save Object Allocation recording and CPU recordin

Post by ralu »

I was doing a Object allocation recording. Is it possible to save all the info in the Allocation View so I can analyze them later.
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: How to save Object Allocation recording and CPU recordin

Post by Anton Katilin »

Yes. Please read my first answer.
Post Reply