-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #107 from tobespc/bumpGraphMetrics
bump level of graphmetrics
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule graphmetrics
updated
23 files
+1 −0 | .travis.yml | |
+3 −2 | css/dark-diff.css | |
+1 −1 | css/themes.css | |
+1 −1 | index.html | |
+117 −117 | js/cpuChart.js | |
+137 −137 | js/eventLoopChart.js | |
+11 −11 | js/flamegraph.js | |
+124 −124 | js/gcChart.js | |
+90 −90 | js/gcTimeChart.js | |
+105 −105 | js/httpOutboundRequestsChart.js | |
+91 −91 | js/httpRequestsChart.js | |
+66 −66 | js/httpSummary.js | |
+83 −84 | js/httpThroughPutChart.js | |
+3 −3 | js/i18n.js | |
+137 −137 | js/loopChart.js | |
+141 −141 | js/memChart.js | |
+148 −148 | js/memPoolsChart.js | |
+92 −92 | js/probeEventsChart.js | |
+48 −48 | js/textTable.js | |
+81 −81 | js/top5.js | |
+3 −3 | package.json | |
+1 −1 | profiling.js | |
+1 −1 | test/apps/lb-3/package.json |