Home
last modified time | relevance | path

Searched refs:Statistic (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStatistic.h39 class Statistic {
65 const Statistic &operator=(unsigned Val) {
70 const Statistic &operator++() {
80 const Statistic &operator--() {
90 const Statistic &operator+=(unsigned V) {
97 const Statistic &operator-=(unsigned V) {
106 const Statistic &operator=(unsigned Val) {
110 const Statistic &operator++() {
118 const Statistic &operator--() {
126 const Statistic &operator+=(const unsigned &V) {
[all …]
/third_party/python/Lib/test/
Dtest_tracemalloc.py485 tracemalloc.Statistic(tb_b_1, 66, 1),
486 tracemalloc.Statistic(tb_a_2, 30, 3),
487 tracemalloc.Statistic(tb_0, 7, 1),
488 tracemalloc.Statistic(tb_a_5, 2, 1),
494 tracemalloc.Statistic(tb_a_5, 5002, 2),
495 tracemalloc.Statistic(tb_c_578, 400, 1),
496 tracemalloc.Statistic(tb_a_2, 30, 3),
519 tracemalloc.Statistic(tb_b, 66, 1),
520 tracemalloc.Statistic(tb_a, 32, 4),
521 tracemalloc.Statistic(tb_0, 7, 1),
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DStatistic.h160 using Statistic = TrackingStatistic; variable
162 using Statistic = NoopStatistic; variable
168 static llvm::Statistic VARNAME = {DEBUG_TYPE, #VARNAME, DESC}
/third_party/python/Lib/
Dtracemalloc.py30 class Statistic: class
46 if not isinstance(other, Statistic):
505 stats[traceback] = Statistic(traceback, size, 1)
525 stats[traceback] = Statistic(traceback, size, 1)
535 statistics.sort(reverse=True, key=Statistic._sort_key)
/third_party/python/Doc/library/
Dtracemalloc.rst544 value of :attr:`StatisticDiff.count_diff`, :attr:`Statistic.count` and
579 Get statistics as a sorted list of :class:`Statistic` instances grouped
596 :attr:`Statistic.size`, :attr:`Statistic.count` and then by
597 :attr:`Statistic.traceback`.
614 Statistic section in API
617 .. class:: Statistic
619 Statistic on memory allocations.
621 :func:`Snapshot.statistics` returns a list of :class:`Statistic` instances.
644 Statistic difference on memory allocations between an old and a new
648 instances. See also the :class:`Statistic` class.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeMoverUtils.cpp50 llvm::Statistic &Stat) { in reportInvalidCandidate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCMakeLists.txt132 Statistic.cpp
/third_party/typescript/src/executeCommandLine/
DexecuteCommandLine.ts2 interface Statistic { interface
681 let statistics: Statistic[];
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopFuse.cpp337 bool reportInvalidCandidate(llvm::Statistic &Stat) const { in reportInvalidCandidate()
1348 llvm::Statistic &Stat) { in reportLoopFusion()
DCorrelatedValuePropagation.cpp447 Statistic *OpcNW, *OpcNSW, *OpcNUW; in setDeducedOverflowingFlags()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/
DCMakeLists.txt66 "include/llvm/ADT/Statistic.h"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp2332 Statistic &NumRetains = in GatherStatistics()
2334 Statistic &NumReleases = in GatherStatistics()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp3212 Statistic &NumBranches = in INITIALIZE_PASS_DEPENDENCY()
3214 Statistic &BranchTakenFreq = in INITIALIZE_PASS_DEPENDENCY()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/
DAndroid.bp631 "llvm/lib/Support/Statistic.cpp",
DBUILD.gn916 "llvm/lib/Support/Statistic.cpp",
DCMakeLists.txt634 ${LLVM_DIR}/lib/Support/Statistic.cpp