Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tracecompass-dev] Multi-file text-based traces

Hi Rocky,

I would like to know if importing the text traces into an experiment
would solve your problem. Basically right click on a dir, then select
import trace->select root directory->(YOUR DIR HERE)->Select all the
traces in the window below->click on "Create experiment"->experiment
name->finish

You will now have an experiment. It is a collection of traces
multiplexed so the events are in order.

Does this do what you want?

BR,

Matthew

On 16-08-09 05:49 PM, Rocky Dunlap - NOAA Affiliate wrote:
> I am working with an application that spits out a series of text-based
> log files, one for each process of the application.  I am able to
> parse these file-at-a-time by extending TextTrace with my custom
> parser. This works quite well.
>
> Now, I'd like to extend this to a directory-based trace where multiple
> text-based files are parsed into a single trace.  Is there an example
> ITmfTrace that I can follow showing how to handle multiple files?  I
> know this can be done in general with TraceCompass, but I'd like to
> take advantage of the existing TextTrace infrastructure that is
> already in place (which now assumes only a single file.)
>
> Thanks,
> Rocky
>
>
> _______________________________________________
> tracecompass-dev mailing list
> tracecompass-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/tracecompass-dev



Back to the top