Re: [Gems-users] How to control the start time of dumping


Date: Wed, 10 Mar 2010 14:03:53 -0600
From: Byn Choi <bynchoi1@xxxxxxxxxxxx>
Subject: Re: [Gems-users] How to control the start time of dumping
If you are only using ruby, you can use SIM_continue(cycles) to execute specified number of cycles and then collect stats.

Doing that in particular point in execution is a bit more involved, but the way i generally go about doing it is by inserting a magic instruction in the code to trigger a break. At that point you can collect stats.

Byn

On Mar 10, 2010, at 11:48 AM, Shoaib Altaf wrote:

 
Hi All,
 
The ruby0.clear-stat command will delete all the stats related to ruby but if I am dumping some stuff at my own and want that it behave the same way like the ruby stats (start that dumping at the point where ruby again starts recording the values) . Can I force my "dump" to start after particular time/cycles??
 
 
Shoaib
_______________________________________________
Gems-users mailing list
Gems-users@xxxxxxxxxxx
https://lists.cs.wisc.edu/mailman/listinfo/gems-users
Use Google to search the GEMS Users mailing list by adding "site:https://lists.cs.wisc.edu/archive/gems-users/" to your search.


[← Prev in Thread] Current Thread [Next in Thread→]