HomeSort by relevance Sort by last modified time
    Searched refs:visualization (Results 1 - 25 of 28) sorted by null

1 2

  /test/vti/dashboard/src/main/webapp/css/
show_profiling_overview.css 20 div.google-visualization-tooltip {
  /external/webrtc/webrtc/tools/loopback_test/
stat_tracker.js 12 // object. It uses google visualization datatables to keep the recorded samples
28 var dataTable = new google.visualization.DataTable();
87 return google.visualization.data.join(
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/
pprof.go 15 // pprof is a tool for collection, manipulation and visualization
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/
pprof.go 15 // pprof is a tool for collection, manipulation and visualization
  /external/webrtc/webrtc/tools/rtcbot/rtcBotReportVisualizer/
main.js 9 google.load("visualization", "1", {packages:["corechart"]});
175 var dataTable = google.visualization.arrayToDataTable(data);
184 var chart = new google.visualization.ColumnChart(div);
  /external/brotli/research/
README.md 17 This tool generates a visualization of the distribution of backward references stored in `*.dist` file. The original file size has to be specified as a second parameter. The output is a grayscale PGM (binary) image.
  /system/extras/simpleperf/scripts/
report_html.js 196 let data = new google.visualization.DataTable();
203 let table = new google.visualization.Table(this.div.get(0));
307 let data = new google.visualization.DataTable();
316 let table = new google.visualization.Table(wrapperDiv.get(0));
374 let data = new google.visualization.DataTable();
382 let chart = new google.visualization.PieChart(wrapperDiv.get(0));
389 google.visualization.events.addListener(chart, 'select', () => this._selectHandler(chart));
678 let data = new google.visualization.DataTable();
687 let table = new google.visualization.Table(wrapperDiv.get(0));
    [all...]
  /external/testng/src/main/resources/
testng-reports.js 117 var table = new google.visualization.Table(document.getElementById(div));
  /external/tensorflow/tensorflow/core/profiler/g3doc/
profile_time.md 108 You can generate some visualization in code view:
  /external/autotest/client/bin/
fio_util.py 41 google.load("visualization", "1", {packages:["corechart"]});
48 var chart = new google.visualization.ScatterChart(chart_div);
78 Generate row for google.visualization.DataTable from one log file.
90 @return: list of data rows in google.visualization.DataTable format
122 Generate col for google.visualization.DataTable
130 @return: list of column in google.visualization.DataTable format
142 Generate row for google.visualization.DataTable by generate all log
149 @return: list of data rows in google.visualization.DataTable format
161 Write google.visualization.DataTable object to output file.
173 f.write('var data = new google.visualization.DataTable('
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/tools/
visualize.py 16 """This tool creates an html visualization of a TensorFlow Lite graph.
200 """Produces the HTML required to have a d3 visualization of the dag."""
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/graph/
dotgraph.go 30 Nodes map[*Node]*DotNodeAttributes // A map allowing each Node to have its own visualization option
33 // DotNodeAttributes contains Node specific visualization options.
graph.go 30 // suitable for visualization.
1017 // it is to include this node on a graph visualization. It is used to
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/graph/
dotgraph.go 30 Nodes map[*Node]*DotNodeAttributes // A map allowing each Node to have its own visualization option
33 // DotNodeAttributes contains Node specific visualization options.
graph.go 30 // suitable for visualization.
1017 // it is to include this node on a graph visualization. It is used to
  /prebuilts/go/darwin-x86/src/cmd/pprof/
pprof.go 5 // pprof is a tool for visualization of profile.data. It is based on
  /prebuilts/go/darwin-x86/src/net/http/pprof/
pprof.go 6 // in the format expected by the pprof visualization tool.
  /prebuilts/go/linux-x86/src/cmd/pprof/
pprof.go 5 // pprof is a tool for visualization of profile.data. It is based on
  /prebuilts/go/linux-x86/src/net/http/pprof/
pprof.go 6 // in the format expected by the pprof visualization tool.
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
commands.go 65 // specialized visualization formats. If the command specified already
215 "Ratio to divide all samples before visualization",
342 // browsers returns a list of commands to attempt for web visualization.
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
commands.go 65 // specialized visualization formats. If the command specified already
215 "Ratio to divide all samples before visualization",
342 // browsers returns a list of commands to attempt for web visualization.
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/idna/
idna.go 14 // See http://unicode.org/cldr/utility/idna.jsp for a visualization of the
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/idna/
idna.go 14 // See http://unicode.org/cldr/utility/idna.jsp for a visualization of the
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/report/
report.go 157 // visualization when generating dot output.
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/pprof/
pprof.go 6 // by the pprof visualization tool.

Completed in 946 milliseconds

1 2