Skip to main content

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

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

Back to the top