-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ID for Timeline #55
Comments
Hi @ftanuma |
Hi @loganek, Yes. merging multiple trace files offline is a reasonable option :) |
Hi @loganek, I have been trying to find the option to merge multiple trace files offline by using the converter. Is that feature already available? |
@osvillalon sorry for late reply. Unfortunately the feature is not available yet. I'll try to work on that over the upcoming weekend. |
@osvillalon @ftanuma sorry it took me soo long to look into that. I've prototyped a first version of merging multiple streams into one in the loganek/multi-stream-client branch. The basic usage is:
As you can see, there are 3 changes:
The feature has been implemented using For now I only tested it with file streams, and I'm sure there'll be some problems with TCP, but wanted to get back to you with some prototype so I can get feedback from you about user interface. As I said, any feedback is very welcome, as I'm still experimenting with this feature. |
Hi,
It would be great if I can use multiple timelines from the same thread, and distinguish when the data is converted to .httrace and see it on Chrome tracing tool.
It looks that event->thread_id is used to map a timeline to a tid in httrace, but for this use case, we probably need ID for timeline itself and use it for tid.
Thanks!
The text was updated successfully, but these errors were encountered: