On Apr 11, 2013, at 9:00 AM CDT, Andrew Clinton <ajcli...@gmail.com> wrote:

> Slow down / pause is something that's planned.  Rewind is difficult since 
> this would require actually logging the trace data (currently it's 
> transient), which would take up a huge amount of space - though this may be 
> useful for short-lived programs.

You could use client requests or some other mechanism to allow user programs to 
place "calipers" around a particular region of the code that are deemed 
interesting.  Then you would only need to track current state (no tracing) 
until the measured region begins and you could stop emitting trace data as soon 
as the region ends.

-Dave


------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to