Home
last modified time | relevance | path

Searched refs:cumulative (Results 1 – 25 of 47) sorted by relevance

12

/third_party/python/Lib/
Dtracemalloc.py477 def _group_by(self, key_type, cumulative): argument
480 if cumulative and key_type not in ('lineno', 'filename'):
486 if not cumulative:
528 def statistics(self, key_type, cumulative=False): argument
533 grouped = self._group_by(key_type, cumulative)
538 def compare_to(self, old_snapshot, key_type, cumulative=False): argument
544 new_group = self._group_by(key_type, cumulative)
545 old_group = old_snapshot._group_by(key_type, cumulative)
/third_party/selinux/libselinux/utils/
Davcstat.c98 int fd, i, cumulative = 0; in main() local
110 cumulative = 1; in main()
207 if (cumulative || !i) in main()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Dpoisson_distribution_test.cc223 double cumulative = e_neg_mean; in InitCDF() local
225 cdf_.push_back({0, e_neg_mean, cumulative}); in InitCDF()
230 cumulative += result; in InitCDF()
231 if (result < 1e-10 && result < last_result && cumulative > 0.999999) { in InitCDF()
235 cdf_.push_back({i, result, cumulative}); in InitCDF()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
DStatisticsTool.java150 double cumulative = 0; in dumpNGrams() local
176 cumulative += ratio; in dumpNGrams()
183 output.println(value + "\t" + refCount + "\t" + ratio + "%\t" + cumulative + "%"); in dumpNGrams()
/third_party/python/Doc/library/
Dprofile.rst98 is the cumulative time spent in this and all subfunctions (from invocation
164 This sorts the profile by cumulative time in a function, and then only prints
187 cumulative time, and then prints out some of the statistics. To be specific, the
410 | ``'cumulative'`` | SortKey.CUMULATIVE | cumulative time |
412 | ``'cumtime'`` | N/A | cumulative time |
450 ``'calls'``, ``'time'``, and ``'cumulative'`` respectively. If this old
511 second non-parenthesized number repeats the cumulative time spent in the
516 cumulative times spent in the current function while it was invoked by
567 cumulative times in this profiler allows statistics for recursive
Dtracemalloc.rst377 by ``'traceback'`` or to compute cumulative statistics: see the
534 .. method:: compare_to(old_snapshot: Snapshot, key_type: str, cumulative: bool=False)
539 See the :meth:`Snapshot.statistics` method for *key_type* and *cumulative*
577 .. method:: statistics(key_type: str, cumulative: bool=False)
590 If *cumulative* is ``True``, cumulate size and count of memory blocks of
592 The cumulative mode can only be used with *key_type* equals to
Drandom.rst180 selections are made according to the cumulative weights (perhaps computed
182 ``[10, 5, 30, 5]`` are equivalent to the cumulative weights
184 cumulative weights before making selections, so supplying the cumulative
Dfileinput.rst102 Return the cumulative line number of the line that has just been read. Before
130 cumulative line count. The filename is not changed until after the first line
Dstatistics.rst652 to predict the cumulative number of Monty Python films
764 Using a `cumulative distribution function (cdf)
771 Compute the inverse cumulative distribution function, also known as the
902 >>> # Approximation using the cumulative normal distribution
907 >>> # Solution using the cumulative binomial distribution
Dtrace.rst176 Return a :class:`CoverageResults` object that contains the cumulative
Dmath.rst559 functions such as the `cumulative standard normal distribution
/third_party/python/Tools/stringbench/
DREADME61 The final line of the output is the cumulative time for byte and
/third_party/openssl/doc/man1/
Dopenssl-engine.pod.in70 These two options are cumulative, so they may be given more than once in the
/third_party/node/deps/v8/tools/
Dparse-processor.mjs397 metrics, start, end, delta, cumulative = true, useDuration = false) { argument
465 if (!cumulative && rows[t - 1] !== null) {
472 if (cumulative) {
480 let duplicate = (!cumulative ? rowTemplate : previous).slice();
/third_party/python/Modules/_decimal/libmpdec/literature/
Dmulmod-ppro.txt76 Using the cumulative error, the error bounds for qest are:
/third_party/openGLES/extensions/SGIX/
DSGIX_polynomial_ffd.txt38 (cumulative) deformations in the future? (If yes, we need a new
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_polynomial_ffd.txt38 (cumulative) deformations in the future? (If yes, we need a new
/third_party/lz4/doc/
Dlz4_Frame_format.md301 _Block_checksum_ can be cumulative with _Content_checksum_.
/third_party/python/Misc/NEWS.d/
D3.8.0a3.rst284 Add method to statistics.NormalDist for computing the inverse cumulative
/third_party/python/Lib/test/
Dtest_tracemalloc.py576 snapshot.statistics, 'traceback', cumulative=True)
/third_party/ltp/doc/
Dshell-test-api.txt418 delay is multiplied by TST_TIMEOUT_MUL. The total cumulative delay may be up
DShell-Test-API.asciidoc442 delay is multiplied by TST_TIMEOUT_MUL. The total cumulative delay may be up
/third_party/mesa3d/src/gallium/drivers/zink/ci/
Dzink-radv-fails.txt237 spec@arb_shader_texture_lod@execution@glsl-fs-shadow2dgradarb-cumulative,Fail
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dshaders.txt1300 For reductions, every invocation in a group will obtain the cumulative
1302 For exclusive scans, each invocation in a group will obtain the cumulative
1305 Inclusive scans are identical to exclusive scans, except the cumulative
/third_party/node/doc/api/
Dperf_hooks.md99 cumulative duration of time the event loop has been both idle and active as a

12