/third_party/grpc/tools/profiling/microbenchmarks/bm_diff/ |
D | README.md | 5 different performance tweaks. The tools allow you to save performance data from 6 a baseline commit, then quickly compare data from your working branch to that 7 baseline data to see if you have made any performance wins. 20 `tools/profiling/microbenchmarks/bm_diff/bm_main.py -b bm_error -l 5 -d master` 28 If you have already invoked bm_main with `-d master`, you should instead use 29 `-o` for subsequent runs. This allows the script to skip re-building and 30 re-running the unchanged master branch. For example: 32 `tools/profiling/microbenchmarks/bm_diff/bm_main.py -b bm_error -l 5 -o` 40 fine tuned benchmark comparisons. For example, you could build, run, and save 57 `tools/profiling/microbenchmarks/bm_diff/bm_build.py -b bm_error -n baseline` [all …]
|
/third_party/node/deps/npm/node_modules/is-callable/ |
D | .istanbul.yml | 5 - .js 6 - .jsx 7 default-excludes: true 11 preserve-comments: false 12 complete-copy: false 13 save-baseline: false 14 baseline-file: ./coverage/coverage-baseline.raw.json 15 include-all-sources: false 16 include-pid: false 17 es-modules: false [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | typecheckIfCondition.errors.txt | 1 …ame 'module'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`. 2 …ame 'module'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`. 11 …ame 'module'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`. 13 …ame 'module'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`. 14 var x = null; // don't want to baseline output
|
/third_party/boost/libs/histogram/test/ |
D | storage_adaptor_test.cpp | 1 // Copyright 2015-2017 Hans Dembinski 71 const auto save = a[0]++; in tests() local 72 BOOST_TEST_EQ(save, 1); in tests() 81 a[0] -= 2; in tests() 82 a[1] -= 5; in tests() 201 // special case for division of map-based storage_adaptor in main() 237 BOOST_TEST_IS_CLOSE(a[0].value(), 1.25, 1e-3); in main() 238 BOOST_TEST_IS_CLOSE(a[0].variance(), 0.242, 1e-3); in main() 260 const auto baseline = db.second; in main() local 262 BOOST_TEST_EQ(db.first, baseline); // nothing allocated yet in main() [all …]
|
/third_party/flutter/skia/tools/calmbench/ |
D | calmbench.py | 5 # Use of this source code is governed by a BSD-style license that can be 23 To compare a specific config with svg and skp resources included, add --config 24 and --extraarg option. For exampe, 26 python {0} TEST_GIT_BRANCH --config gl \\ 27 --extraarg "--svgs ~/Desktop/bots/svgs --skps ~/Desktop/bots/skps" 31 python {0} --help 40 if len(sys.argv) <= 1 or sys.argv[1] == '-h' or sys.argv[1] == '--help': 45 'another baseline branch (e.g., master) using multiple ' + 59 'nanobench args (example: --svgs ~/Desktop/bots/svgs --skps ' 62 'baseline branch to compare against (default: %(default)s)') [all …]
|
/third_party/skia/tools/calmbench/ |
D | calmbench.py | 5 # Use of this source code is governed by a BSD-style license that can be 25 To compare a specific config with svg and skp resources included, add --config 26 and --extraarg option. For exampe, 28 python {0} TEST_GIT_BRANCH --config gl \\ 29 --extraarg "--svgs ~/Desktop/bots/svgs --skps ~/Desktop/bots/skps" 33 python {0} --help 42 if len(sys.argv) <= 1 or sys.argv[1] == '-h' or sys.argv[1] == '--help': 47 'another baseline branch (e.g., main) using multiple ' + 61 'nanobench args (example: --svgs ~/Desktop/bots/svgs --skps ' 64 'baseline branch to compare against (default: %(default)s)') [all …]
|
/third_party/flutter/skia/gm/ |
D | drawbitmaprect.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 54 SkCanvas* canvas = surface->getCanvas(); in makebm() 56 canvas->clear(SK_ColorTRANSPARENT); in makebm() 88 canvas->drawRect(rect, paint); in makebm() 93 auto image = surface->makeImageSnapshot(); in makebm() 97 image->asLegacyBitmap(&tempBM); in makebm() 108 canvas->drawBitmapRect(bm, srcR, dstR, paint); in bitmapproc() 120 canvas->drawBitmapRect(subset, dstR, paint); in bitmapsubsetproc() 126 canvas->drawImageRect(image, srcR, dstR, paint); in imageproc() 131 if (!image->bounds().contains(srcR)) { in imagesubsetproc() [all …]
|
D | shadertext3.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 33 bm->allocN32Pixels(w, h); in makebm() 34 bm->eraseColor(SK_ColorTRANSPARENT); in makebm() 67 this->setBGColor(0xFFDDDDDD); in ShaderText3GM() 88 canvas->drawBitmap(fBmp, 5.f, 5.f, &bmpPaint); in onDraw() 95 canvas->translate(15.f, 15.f); in onDraw() 98 canvas->scale(2.f, 2.f); in onDraw() 105 // position the baseline of the first run in onDraw() 106 canvas->translate(0.f, 0.75f * kPointSize); in onDraw() 108 canvas->save(); in onDraw() [all …]
|
D | mac_aa_explorer.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 32 // Because CG always draws from the horizontal baseline, in std_cg_setup() 33 // if there is a non-integral translation from the horizontal origin to the vertical origin, in std_cg_setup() 77 canvas->scale(10, 10); in test_mac_fonts() 84 surf->peekPixels(&pm); in test_mac_fonts() 90 surf->getCanvas()->clear(ct == kAlpha_8_SkColorType ? 0 : 0xFFFFFFFF); in test_mac_fonts() 94 surf->draw(canvas, x, y, nullptr); in test_mac_fonts() 123 case 'k': fSize -= 1; return true; in onChar() 124 case 'j': fXPos -= 1.0f/16; return true; in onChar() 154 canvas->save(); [all …]
|
/third_party/typescript/ |
D | CONTRIBUTING.md | 14 …ith a title similar to yours may have been closed as a duplicate of one with a less-findable title. 29 * What version of TypeScript you're using (run `tsc --v`) 63 …-by-step instructions](https://github.com/anitab-org/mentorship-android/wiki/Fork%2C-Clone-%26-Rem… 64 4. Install the gulp command line tool: `npm install -g gulp-cli` 67 7. Make sure everything builds and tests pass: `gulp runtests-parallel` 75 …tory is relatively large. To save some time, you might want to clone it without the repo's full hi… 79 …-root>/built/local/tsc.js` in place of `tsc` in your project. For example, to run `tsc --watch` fr… 100 …* At least one test should fail in the absence of your non-test code changes. If your PR does not … 102 * Include baseline changes with your change 103 …ns described in [Coding guidelines](https://github.com/Microsoft/TypeScript/wiki/Coding-guidelines) [all …]
|
/third_party/skia/gm/ |
D | drawbitmaprect.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 55 SkCanvas* canvas = surface->getCanvas(); in makebm() 57 canvas->clear(SK_ColorTRANSPARENT); in makebm() 89 canvas->drawRect(rect, paint); in makebm() 94 auto image = surface->makeImageSnapshot(); in makebm() 98 image->asLegacyBitmap(&tempBM); in makebm() 110 canvas->drawImageRect(bm.asImage(), SkRect::Make(srcR), dstR, sampling, paint, in bitmapproc() 124 canvas->drawImageRect(subset.asImage(), dstR, sampling, paint); in bitmapsubsetproc() 130 canvas->drawImageRect(image, SkRect::Make(srcR), dstR, sampling, paint, in imageproc() 137 if (!image->bounds().contains(srcR)) { in imagesubsetproc() [all …]
|
D | shadertext3.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 32 bm->allocN32Pixels(w, h); in makebm() 33 bm->eraseColor(SK_ColorTRANSPARENT); in makebm() 66 this->setBGColor(0xFFDDDDDD); in ShaderText3GM() 88 canvas->drawImage(fBmp.asImage(), 5.f, 5.f, sampling, &bmpPaint); in onDraw() 95 canvas->translate(15.f, 15.f); in onDraw() 98 canvas->scale(2.f, 2.f); in onDraw() 105 // position the baseline of the first run in onDraw() 106 canvas->translate(0.f, 0.75f * kPointSize); in onDraw() 108 canvas->save(); in onDraw() [all …]
|
D | mac_aa_explorer.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 32 // Because CG always draws from the horizontal baseline, in std_cg_setup() 33 // if there is a non-integral translation from the horizontal origin to the vertical origin, in std_cg_setup() 77 canvas->scale(10, 10); in test_mac_fonts() 84 surf->peekPixels(&pm); in test_mac_fonts() 90 surf->getCanvas()->clear(ct == kAlpha_8_SkColorType ? 0 : 0xFFFFFFFF); in test_mac_fonts() 94 surf->draw(canvas, x, y); in test_mac_fonts() 123 case 'k': fSize -= 1; return true; in onChar() 124 case 'j': fXPos -= 1.0f/16; return true; in onChar() 154 canvas->save(); [all …]
|
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/ |
D | paragraph.dart | 2 // Use of this source code is governed by a BSD-style license that can be 237 /// Used by this paragraph's internal [TextPainter] to select a locale-specific 243 /// to select a locale-specific font. 316 double computeDistanceToActualBaseline(TextBaseline baseline) { 321 // TODO(garyq): Since our metric for ideographic baseline is currently inacurrate 322 // and the non-alphabetic baselines are based off of the alphabetic baseline, we 324 // this back to pass the `baseline` property when the ideographic baseline is properly 330 // alignments that require the baseline (baseline, aboveBaseline, 335 case ui.PlaceholderAlignment.baseline: 339 'Intrinsics are not available for PlaceholderAlignment.baseline, ' [all …]
|
D | flex.dart | 2 // Use of this source code is governed by a BSD-style license that can be 39 /// non-zero, the amount of space the child's can occupy in the main axis is 46 /// If [flex] is non-zero, the [fit] determines whether the child fills the 77 /// be a non-zero amount of free space. 80 /// non-zero [FlexParentData.flex] and a [FlexFit.tight] fit (as applied by 175 /// This is the default cross-axis alignment. 188 baseline, 217 /// Displays its children in a one-dimensional array. 232 /// 2. Divide the remaining main axis space among the children with non-zero 263 /// * [Row] and [Column], direction-specific variants of [Flex]. [all …]
|
/third_party/python/Lib/ |
D | timeit.py | 12 python timeit.py [-n N] [-r N] [-s S] [-p] [-h] [--] [statement] 15 -n/--number N: how many times to execute 'statement' (default: see below) 16 -r/--repeat N: how many times to repeat the timer (default 5) 17 -s/--setup S: statement to be executed once initially (default 'pass'). 19 -p/--process: use time.process_time() (default is time.perf_counter()) 20 -v/--verbose: print raw timing results; repeat for more digits precision 21 -u/--unit: set the output time unit (nsec, usec, msec, or sec) 22 -h/--help: print this usage message and exit 23 --: separate options from statement, use when statement starts with - 26 A multi-line statement may be given by specifying each line as a [all …]
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_camera_profile.h | 2 // Copyright 2006-2007 Adobe Systems Incorporated 23 * second is a per-camera calibration that takes into account unit-to-unit variation. 25 * own construction while maintaining any unit-specific calibration the camera 203 // These matrices map XYZ values to non-white balanced camera values. 206 // cameras were all 3-color, the matrix could be stored as a forward matrix, 207 // but we need the backwards matrix to deal with 4-color cameras. 240 // 2-D (or 3-D) hue/sat tables to modify colors. 249 // 3-D hue/sat table to apply a "look". 257 // Baseline exposure offset. When using this profile, this offset value is 259 // overall baseline exposure to apply. [all …]
|
/third_party/mesa3d/.gitlab-ci/ |
D | deqp-runner.sh | 3 set -ex 5 if [ -z "$GPU_VERSION" ]; then 6 …st be set to something like "llvmpipe" or "freedreno-a630" (the name used in .gitlab-ci/gpu-versio… 15 export VK_ICD_FILENAMES=`pwd`/install/share/vulkan/icd.d/"$VK_DRIVER"_icd.${VK_CPU:-`uname -m`}.json 17 RESULTS=`pwd`/${DEQP_RESULTS_DIR:-results} 18 mkdir -p $RESULTS 22 if [ -z "$DEQP_SUITE" ]; then 23 if [ -z "$DEQP_VER" ]; then 24 … must be set to the name of your deqp-gpu_version.toml, or DEQP_VER must be set to something like … 28 DEQP_WIDTH=${DEQP_WIDTH:-256} [all …]
|
/third_party/flutter/skia/modules/skparagraph/src/ |
D | TextLine.cpp | 17 return -1; in intersectedSize() 21 return begin <= end ? SkToS32(end - begin) : -1; in intersectedSize() 60 auto& start = master->cluster(fGhostClusterRange.start); in TextLine() 61 auto& end = master->cluster(fGhostClusterRange.end - 1); in TextLine() 62 size_t numRuns = end.runIndex() - start.runIndex() + 1; in TextLine() 65 auto b = fMaster->styles().begin() + index; in TextLine() 66 if (b->fStyle.hasBackground()) { in TextLine() 69 if (b->fStyle.getDecorationType() != TextDecoration::kNoDecoration) { in TextLine() 72 if (b->fStyle.getShadowNumber() > 0) { in TextLine() 80 auto& run = fMaster->run(runIndex); in TextLine() [all …]
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | jpegint.h | 5 * Copyright (C) 1991-1997, Thomas G. Lane. 6 * Modified 1997-2009 by Guido Vollbeding. 7 * libjpeg-turbo Modifications: 8 * Copyright (C) 2015-2016, D. R. Commander. 23 /* Remaining modes require a full-image buffer to have been created */ 24 JBUF_SAVE_SOURCE, /* Run source subobject only, save output */ 26 JBUF_SAVE_AND_PASS /* Run both subobjects, save output */ 38 #define DSTATE_PRESCAN 204 /* performing dummy pass for 2-pass quant */ 47 /* JLONG must hold at least signed 32-bit values. */ 72 /* Main buffer control (downsampled-data buffer) */ [all …]
|
/third_party/libjpeg-turbo/ |
D | jpegint.h | 5 * Copyright (C) 1991-1997, Thomas G. Lane. 6 * Modified 1997-2009 by Guido Vollbeding. 7 * libjpeg-turbo Modifications: 8 * Copyright (C) 2015-2016, D. R. Commander. 23 /* Remaining modes require a full-image buffer to have been created */ 24 JBUF_SAVE_SOURCE, /* Run source subobject only, save output */ 26 JBUF_SAVE_AND_PASS /* Run both subobjects, save output */ 38 #define DSTATE_PRESCAN 204 /* performing dummy pass for 2-pass quant */ 47 /* JLONG must hold at least signed 32-bit values. */ 72 /* Main buffer control (downsampled-data buffer) */ [all …]
|
D | cjpeg.c | 5 * Copyright (C) 1991-1998, Thomas G. Lane. 6 * Modified 2003-2011 by Guido Vollbeding. 7 * libjpeg-turbo Modifications: 8 * Copyright (C) 2010, 2013-2014, 2017, D. R. Commander. 12 * This file contains a command-line user interface for the JPEG compressor. 13 * It should work on any system with Unix- or MS-DOS-style command lines. 16 * compile-time switch TWO_FILE_COMMANDLINE: 25 * To simplify script writing, the "-outfile" switch is provided. The syntax 26 * cjpeg [options] -outfile outputfile inputfile 39 #ifdef USE_CCOMMAND /* command-line reader for Macintosh */ [all …]
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jpegint.h | 5 * Copyright (C) 1991-1997, Thomas G. Lane. 6 * Modified 1997-2009 by Guido Vollbeding. 7 * libjpeg-turbo Modifications: 8 * Copyright (C) 2015-2016, 2019, D. R. Commander. 23 /* Remaining modes require a full-image buffer to have been created */ 24 JBUF_SAVE_SOURCE, /* Run source subobject only, save output */ 26 JBUF_SAVE_AND_PASS /* Run both subobjects, save output */ 38 #define DSTATE_PRESCAN 204 /* performing dummy pass for 2-pass quant */ 47 /* JLONG must hold at least signed 32-bit values. */ 72 /* Main buffer control (downsampled-data buffer) */ [all …]
|
D | cjpeg.c | 5 * Copyright (C) 1991-1998, Thomas G. Lane. 6 * Modified 2003-2011 by Guido Vollbeding. 7 * libjpeg-turbo Modifications: 8 * Copyright (C) 2010, 2013-2014, 2017, 2019-2021, D. R. Commander. 12 * This file contains a command-line user interface for the JPEG compressor. 13 * It should work on any system with Unix- or MS-DOS-style command lines. 16 * compile-time switch TWO_FILE_COMMANDLINE: 25 * To simplify script writing, the "-outfile" switch is provided. The syntax 26 * cjpeg [options] -outfile outputfile inputfile 42 #ifdef USE_CCOMMAND /* command-line reader for Macintosh */ [all …]
|
/third_party/skia/modules/skparagraph/src/ |
D | TextLine.cpp | 65 auto diff = SkScalarAbs(a - b); in compareRound() 73 return -1; in compareRound() 113 auto& start = owner->cluster(fGhostClusterRange.start); in TextLine() 114 auto& end = owner->cluster(fGhostClusterRange.end - 1); in TextLine() 115 size_t numRuns = end.runIndex() - start.runIndex() + 1; in TextLine() 118 auto b = fOwner->styles().begin() + index; in TextLine() 119 if (b->fStyle.isPlaceholder()) { in TextLine() 122 if (b->fStyle.hasBackground()) { in TextLine() 125 if (b->fStyle.getDecorationType() != TextDecoration::kNoDecoration) { in TextLine() 128 if (b->fStyle.getShadowNumber() > 0) { in TextLine() [all …]
|