|
From: Andrew C. <ajc...@gm...> - 2013-04-11 16:11:20
|
For logging, perhaps a record button that would record up to some fixed cache size and then auto-pause the program. To continue, the cache would need to be cleared. Data mining the trace is a great idea, a simple use case I was considering was to detect data stride / structure size to better layout arrays of structures. On Thu, Apr 11, 2013 at 10:16 AM, <pa...@fr...> wrote: > ----- Original Message ----- > > > > 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. > > Hi > > Is it possible to turn logging on and off (either internally or > externally)? > > Would it be possible to detect patterns of activity (e.g. from loops) and > store only the X most common patterns? > > A+ > Paul > > > ------------------------------------------------------------------------------ > 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 > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-users > |