Home
last modified time | relevance | path

Searched +refs:plot +refs:filename (Results 1 – 20 of 20) sorted by relevance

/third_party/node/benchmark/
Dcompare.R11 (!is.null(args.options$plot) && args.options$plot == TRUE)) {
17 plot.filename = args.options$plot;
25 dat$nameTwoLines = paste0(dat$filename, '\n', dat$configuration);
26 dat$name = paste0(dat$filename, ' ', dat$configuration);
/third_party/rust/crates/minimal-lexical/scripts/
Dtimings.py78 def filename(basename, args): function
164 def plot(args): function
176 plot(args)
/third_party/node/doc/guides/
Dwriting-and-running-benchmarks.md323 The `compare.R` tool can also produce a box plot by using the `--plot filename`
331 …134.csv | sed '1p;/encoding='"'"ascii"'"'/!d' | Rscript benchmark/compare.R --plot compare-plot.png
357 `scatter.R` tool. Even more useful it creates an actual scatter plot when using
358 the `--plot filename` option.
361 …sv | Rscript benchmark/scatter.R --xaxis chunkLen --category encoding --plot scatter-plot.png --log
388 Because the scatter plot can only show two variables (in this case _chunkLen_
396 …d' | Rscript benchmark/scatter.R --xaxis chunkLen --category encoding --plot scatter-plot.png --log
421 ![compare tool boxplot](doc_img/scatter-plot.png)
/third_party/node/doc/api/
Dreport.md28 "filename": "report.20181221.005011.8974.0.001.json",
408 intervals and plot rich set of internal runtime data to their views.
430 * `--report-filename` Name of the file to which the report will be
442 This function takes an optional additional argument `filename`, which is
464 If both filename and error object are passed to `writeReport()` the
471 process.report.writeReport(filename, err);
516 and the filename of the report is returned to the caller. The default filename
539 `filename` specifies the name of the output file in the file system.
543 URLs are not supported. Defaults to a composite filename that contains
574 --report-signal=SIGUSR2 --report-filename=./report.json \
/third_party/flutter/skia/bench/
Dnanobench.cpp324 static bool write_canvas_png(Target* target, const SkString& filename) { in write_canvas_png() argument
326 if (filename.isEmpty()) { in write_canvas_png()
340 SkString dir = SkOSPath::Dirname(filename.c_str()); in write_canvas_png()
345 SkFILEWStream stream(filename.c_str()); in write_canvas_png()
347 SkDebugf("Can't write %s.\n", filename.c_str()); in write_canvas_png()
1403 , FLAGS_ms ? to_string(samples.count()).c_str() : stats.plot.c_str() in main()
/third_party/skia/bench/
Dnanobench.cpp329 static bool write_canvas_png(Target* target, const SkString& filename) { in write_canvas_png() argument
331 if (filename.isEmpty()) { in write_canvas_png()
345 SkString dir = SkOSPath::Dirname(filename.c_str()); in write_canvas_png()
350 SkFILEWStream stream(filename.c_str()); in write_canvas_png()
352 SkDebugf("Can't write %s.\n", filename.c_str()); in write_canvas_png()
1452 , FLAGS_ms ? to_string(samples.count()).c_str() : stats.plot.c_str() in main()
/third_party/flutter/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt534 - PlotLines: plot a flat line if scale_min==scale_max. (#1621)
554 - Misc: Added IMGUI_USER_CONFIG to define a custom configuration filename. (#255, #1573, #1144, #41)
1132 - Demo: plot code doesn't use ImVector to avoid heap allocation and be more friendly to custom allo…
/third_party/ffmpeg/doc/
Dfilters.texi6694 Set the filename containing the text to speak.
9309 @item plot
9366 ffmpeg -f lavfi -i color -vf curves=cross_process:plot=/tmp/curves.plt -frames:v 1 -f null -
9972 @item filename
11023 such metadata exists. Otherwise, plot the string "NA". Note that image2 demuxer
15326 string of the form "=@var{filename}". The file with name
15327 @var{filename} is assumed to represent a binary image, with each
16613 each individual frame. When filename equals "-" the data is sent to
17029 @item filename, f
18643 @item filename
[all …]
/third_party/skia/third_party/externals/microhttpd/doc/
Dlibmicrohttpd.texi171 resulting plot from the @code{benchmark.c} example, which measures the
1312 …ator} (void *cls, enum MHD_ValueKind kind, const char *key, const char *filename, const char *cont…
1327 @item filename
Dlibmicrohttpd.info142 plot from the 'benchmark.c' example, which measures the latency between
1134 MHD_ValueKind kind, const char *key, const char *filename,
/third_party/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt2213 - PlotLines: plot a flat line if scale_min==scale_max. (#1621)
2233 - Misc: Added IMGUI_USER_CONFIG to define a custom configuration filename. (#255, #1573, #1144, #41)
2811 - Demo: plot code doesn't use ImVector to avoid heap allocation and be more friendly to custom allo…
/third_party/gstreamer/gstreamer/
DChangeLog130 gst_plugin_load_file: force plugin reload if diff filename
133 correct version but incorrect filename, and element description.
4002 gstelementfactory: Fix missing features in case a feature moves to another filename
4003 In case a plugin filename was renamed with the plugin being in the registry cache
4005 1) Cache of old/gone filename was loaded, features added
4006 2) New filename was loaded, features where not added because
7732 plugins can only be loaded by filename (without a path) using
7734 On Windows, GModule calls LoadLibrary() on the filename, but with
8274 docs: Update diplayed plugins filename something stable
11892 * scripts/gst-plot-traces.sh:
[all …]
/third_party/gstreamer/gstplugins_bad/docs/random/
DChangeLog-0.81324 * examples/level/plot.c: Examples moved out of the source dir. Not
2666 * gst/level/plot.c: (main):
12726 Bail out if no filename was given.
14157 fix plugin filename
14158 * gst/tags/Makefile.am: fix plugin filename
14162 * gst/tags/Makefile.am: fix plugin filename
/third_party/gstreamer/gstplugins_base/docs/random/
DChangeLog-0.8495 * gst/level/plot.c: (main):
10555 Bail out if no filename was given.
11986 fix plugin filename
11987 * gst/tags/Makefile.am: fix plugin filename
11991 * gst/tags/Makefile.am: fix plugin filename
/third_party/node/doc/changelogs/
DCHANGELOG_V7.md1269 …github.com/nodejs/node/commit/d08463a9e3)] - **doc**: unify dirname and filename description (Sam …
2062 …2fe)] - **(SEMVER-MAJOR)** **benchmark**: add script for creating scatter plot (Andreas Madsen) [#…
/third_party/icu/icu4j/perf-tests/data/collation/
Dnvsbl10.txt3911 brain tried to formulate the position, to plot out a plan of action.
6064 Just search by the first five letters of the filename you want,
Dulyss10.txt94 Just search by the first five letters of the filename you want,
5522 Near you. Mine over there towards Finglas, the plot I bought. Mamma,
10351 --The plot thickens, John Eglinton said.
11495 --I thought you were at a new gunpowder plot, J. J. O'Molloy said.
/third_party/gstreamer/gstreamer/docs/random/old/
DChangeLog.gstreamer4268 * plugins/filters/level/README: some more info on how to plot the
11844 id, source filename and line number. Two new macros DEBUG_ENTER
14616 registry filename - any additional args are plugins to search for
/third_party/gstreamer/gstplugins_bad/
DChangeLog269 gst_plugin_load_file: force plugin reload if diff filename
272 correct version but incorrect filename, and element description.
3292 assrender: Do not iterate over mimetypes without filename
3294 are going to reject the value due to missing filename anyway.
25145 The filename was too long causing issues with ccache
40263 directfb: Fixup plugin name to match plugin filename
64048 meson: decklink: fix plugin filename
71367 dvb/parsechannels: don't use default conf filename for messages
74594 Adds useful failure info (like filename) comming from
106557 curlhttpsink: only add content-disposition header if a filename is set
[all …]
/third_party/gstreamer/gstplugins_good/
DChangeLog356 gst_plugin_load_file: force plugin reload if diff filename
359 correct version but incorrect filename, and element description.
3116 This can happen after (for example) setting an invalid filename
6271 request a new filename from the format-location signal.
24895 has been filename instead of location. Users trying the gst-launch
24897 no property name "filename" in element
27703 Add a new signal for formatting the filename, which receives
32679 filename pattern that the "location" property expects.
42895 Don't put filename in error message shown to user.
43663 time related data and the filename are posted to the application
[all …]