Home
last modified time | relevance | path

Searched refs:Counters (Results 1 – 25 of 37) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DDebugCounter.h78 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/
DFuzzerTracePC.h65 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()
DFuzzerTracePC.cpp35 Counters[Idx % kNumCounters]++; in HandleTrace()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDebugCounter.cpp96 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/
Dperf_counters.md3 # User-Requested Performance Counters
32 The counter values are reported back through the [User Counters](../README.md#custom-counters)
34 by User Counters.
Dindex.md5 * [Perf Counters](perf_counters.md)
Duser_guide.md33 [Custom Counters](#custom-counters)
45 [User-Requested Performance Counters](perf_counters.md)
610 ## Custom Counters
/third_party/mesa3d/src/tool/pps/
Dpps_config.cc46 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/
DTargetPfmCounters.td1 //===- TargetPfmCounters.td - Target Pfm Counters -*- tablegen ----------*-===//
44 ProcPfmCounters Counters = counters;
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_perfmon.c296 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/
DAArch64PfmCounters.td1 //===-- AArch64PfmCounters.td - AArch64 Hardware Counters --*- tablegen -*-===//
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCPfmCounters.td1 //===-- PPCPfmCounters.td - PPC Hardware Counters ----------*- tablegen -*-===//
DPPC.td562 // Pfm Counters
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsPfmCounters.td1 //===-- MipsPfmCounters.td - Mips Hardware Counters --------*- tablegen -*-===//
DMips.td275 // Pfm Counters
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86PfmCounters.td1 //===-- 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/
DInstrProfWriter.h71 const InstrProfRecord &Counters,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp805 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()
DInstrProfiling.cpp637 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/
Dkeywords.hpp31 ,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/
Dperformance_monitor.c144 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/
Dperfetto.rst32 - PPS Counters
/third_party/openGLES/extensions/ARB/
DARB_shader_atomic_counters.txt722 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/
DARB_shader_atomic_counters.txt712 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/
Dattributes.qbk126 [section:counter Counters]
130 Counters are one of the simplest attributes that generate a new value each time requested. Counters

12