-
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
Chrome tracing #324
base: unstable
Are you sure you want to change the base?
Chrome tracing #324
Conversation
…lue for format instead of looping through each one
Although the tests are passing when run locally, for some reason, on Travis, TAU is failing to build the
We need to figure out why that's not getting built correctly in Travis. |
I wonder if there is a dependency which is installed on the local system that's missing on Travis? I'll try building locally here to see if I can reproduce this. |
@nchaimov what should we do with this PR? Should I merge latest unstable and try testing with GitHub actions CI? |
Yeah, let's merge unstable into this branch and see if it works. It was failing due to problems building |
Codecov Report
@@ Coverage Diff @@
## unstable #324 +/- ##
=============================================
- Coverage 66.01% 52.45% -13.57%
=============================================
Files 88 92 +4
Lines 7286 8049 +763
Branches 1223 1386 +163
=============================================
- Hits 4810 4222 -588
- Misses 2048 3406 +1358
+ Partials 428 421 -7
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Adds support for json files as output in order to use chrome tracing as a GUI to view the tau trace files.