-
Notifications
You must be signed in to change notification settings - Fork 11
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
Support JSON trace format #322
Comments
This is implemented in PR #324, although merging of that is waiting on fixing an issue with the Travis testing. Testing succeeds locally, but building the tau_trace2json command line tool is failing on Travis for some reason. |
It looks like we've been having silent build failures for quite some time on Travis-CI: https://travis-ci.org/ParaToolsInc/taucmdr/builds/520004243#L2573
It seems that |
The new error is with Both tools are supposed to link against |
yes I think that's right. It's either not getting built or the build is silently failing somewhere. I was wondering if it was OS specific and wanted to test against more GCCs and OS versions so I expanded the build matrix since 14.04 and gcc 4.8 are getting a bit long in the tooth. |
Support the JSON trace format with a new
json
argument to thetrace
field of Measurements. This should collect a trace in TAU trace format, as with the existingslog2
option, but then convert withtau_trace2json
instead oftau2slog2
and open in Chrome.The text was updated successfully, but these errors were encountered: