/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | DebugCounter.h | 78 auto Result = Us.Counters.find(CounterName); in shouldExecute() 79 if (Result != Us.Counters.end()) { in shouldExecute() 102 return instance().Counters[ID].IsSet; in isCounterSet() 108 auto Result = Us.Counters.find(ID); in getCounterValue() 109 assert(Result != Us.Counters.end() && "Asking about a non-set counter"); in getCounterValue() 116 Us.Counters[ID].Count = Count; in setCounterValue() 134 return std::make_pair(RegisteredCounters[ID], Counters.lookup(ID).Desc); in getCounterInfo() 163 Counters[Result] = {}; in addCounter() 164 Counters[Result].Desc = Desc; in addCounter() 175 DenseMap<unsigned, CounterInfo> Counters; variable
|
/third_party/json/test/thirdparty/Fuzzer/ |
D | FuzzerTracePC.h | 65 memset(Counters, 0, sizeof(Counters)); in ResetMaps() 108 alignas(8) uint8_t Counters[kNumCounters]; variable 123 assert(reinterpret_cast<uintptr_t>(Counters) % Step == 0); in CollectFeatures() 127 uint64_t Bundle = *reinterpret_cast<uint64_t*>(&Counters[Idx]); in CollectFeatures() 132 Counters[i] = 0; in CollectFeatures()
|
D | FuzzerTracePC.cpp | 35 Counters[Idx % kNumCounters]++; in HandleTrace()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | DebugCounter.cpp | 96 CounterInfo &Counter = Counters[CounterID]; in push_back() 109 CounterInfo &Counter = Counters[CounterID]; in push_back() 128 << Us.Counters[CounterID].Count << "," << Us.Counters[CounterID].Skip in print() 129 << "," << Us.Counters[CounterID].StopAfter << "}\n"; in print()
|
/third_party/benchmark/docs/ |
D | perf_counters.md | 3 # User-Requested Performance Counters 32 The counter values are reported back through the [User Counters](../README.md#custom-counters) 34 by User Counters.
|
D | index.md | 5 * [Perf Counters](perf_counters.md)
|
D | user_guide.md | 33 [Custom Counters](#custom-counters) 45 [User-Requested Performance Counters](perf_counters.md) 610 ## Custom Counters
|
/third_party/mesa3d/src/tool/pps/ |
D | pps_config.cc | 46 Counters, enumerator 130 mode = Mode::Counters; in main() 209 case Mode::Counters: { in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetPfmCounters.td | 1 //===- TargetPfmCounters.td - Target Pfm Counters -*- tablegen ----------*-===// 44 ProcPfmCounters Counters = counters;
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_perfmon.c | 296 type = ctx->PerfMonitor.Groups[gid].Counters[cid].Type; in st_GetPerfMonitorResult() 383 g->Counters = counters; in st_InitPerfMonitorGroups() 446 FREE((void *)groups[gid].Counters); in st_InitPerfMonitorGroups() 461 FREE((void *)perfmon->Groups[gid].Counters); in st_destroy_perfmon()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64PfmCounters.td | 1 //===-- AArch64PfmCounters.td - AArch64 Hardware Counters --*- tablegen -*-===//
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCPfmCounters.td | 1 //===-- PPCPfmCounters.td - PPC Hardware Counters ----------*- tablegen -*-===//
|
D | PPC.td | 562 // Pfm Counters
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsPfmCounters.td | 1 //===-- MipsPfmCounters.td - Mips Hardware Counters --------*- tablegen -*-===//
|
D | Mips.td | 275 // Pfm Counters
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86PfmCounters.td | 1 //===-- X86PfmCounters.td - X86 Hardware Counters ----------*- tablegen -*-===// 20 // Intel X86 Counters. 148 // AMD X86 Counters.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | InstrProfWriter.h | 71 const InstrProfRecord &Counters,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 805 GlobalVariable *Counters = in emitProfileArcs() local 810 CountersBySP.push_back(std::make_pair(Counters, SP)); in emitProfileArcs() 827 Counters->getValueType(), Counters, 0, Edge); in emitProfileArcs() 843 Counters->getValueType(), Counters, 0, Edge); in emitProfileArcs()
|
D | InstrProfiling.cpp | 637 GlobalVariable *Counters = getOrCreateRegionCounters(Inc); in lowerIncrement() local 641 Value *Addr = Builder.CreateConstInBoundsGEP2_64(Counters->getValueType(), in lowerIncrement() 642 Counters, 0, Index); in lowerIncrement()
|
/third_party/boost/boost/spirit/repository/home/qi/operator/detail/ |
D | keywords.hpp | 31 ,typename Flags ,typename Counters ,typename Attribute, typename NoCasePass> 45 , Flags &flags, Counters &counters, attr_reference attr) : in parse_dispatcher() 131 Counters &counters;
|
/third_party/mesa3d/src/mesa/main/ |
D | performance_monitor.c | 144 return &group_obj->Counters[id]; in get_counter() 567 const struct gl_perf_monitor_counter *c = &g->Counters[counter]; in perf_monitor_result_size()
|
/third_party/mesa3d/docs/ |
D | perfetto.rst | 32 - PPS Counters
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_shader_atomic_counters.txt | 722 Insert Section 4.1.8 Atomic Counters (existing 4.1.8 becomes 4.1.9, and so on) 724 4.1.8 Atomic Counters 732 counters are not allowed to be operands in expressions. Counters aggregated into 734 uniform integral expressions, otherwise results are undefined. Counters cannot be 744 Insert Section 4.3.6 Atomic Counters. (Existing 4.3.6 becomes 4.3.7, and so on)
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_shader_atomic_counters.txt | 712 Insert Section 4.1.8 Atomic Counters (existing 4.1.8 becomes 4.1.9, and so on) 714 4.1.8 Atomic Counters 722 counters are not allowed to be operands in expressions. Counters aggregated into 724 uniform integral expressions, otherwise results are undefined. Counters cannot be 734 Insert Section 4.3.6 Atomic Counters. (Existing 4.3.6 becomes 4.3.7, and so on)
|
/third_party/boost/libs/log/doc/ |
D | attributes.qbk | 126 [section:counter Counters] 130 Counters are one of the simplest attributes that generate a new value each time requested. Counters…
|