Lines Matching full:json
8 Convert telemetry json trace result to callstats.html compatible
9 versions ot ./out.json
14 TRACE_JSON .json trace files
33 if [[ "$1" == *.json ]]; then
34 echo "Converting json files"
35 JSON=$1
46 OUT=out.json
56 JSON=$2
57 # Check if any json file exists:
58 if ls $JSON 1> /dev/null 2>&1; then
59 du -sh $JSON;
63 jq '[.traceEvents[].args | select(."runtime-call-stats" != null) | ."runtime-call-stats"]' $JSON >> $OUT;
72 JSON="$PAGE_DIR/trace/traceEvents/*_converted.json";
73 convert $NAME $JSON
76 for JSON in $@; do
77 convert $JSON $JSON