Home
last modified time | relevance | path

Searched defs:Counters (Results 1 – 25 of 27) sorted by relevance

12

/external/rust/crates/rayon-core/src/sleep/
Dcounters.rs19 pub(super) struct Counters { struct
20 word: usize,
101 pub(super) fn load(&self, ordering: Ordering) -> Counters { in load()
106 fn try_exchange(&self, old_value: Counters, new_value: Counters, ordering: Ordering) -> bool { in try_exchange()
131 ) -> Counters { in increment_jobs_event_counter_if()
223 impl Counters { impl
225 fn new(word: usize) -> Counters { in new()
230 fn increment_jobs_counter(self) -> Counters { in increment_jobs_counter()
267 impl std::fmt::Debug for Counters { implementation
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerDataFlowTrace.h56 const auto &Counters = It->second; in GetCounter() local
65 const auto &Counters = It->second; in GetNumberOfBlocks() local
72 const auto &Counters = It->second; in GetNumberOfCoveredBlocks() local
86 uint32_t NumberOfCoveredBlocks(const CoverageVector &Counters) const { in NumberOfCoveredBlocks()
94 uint32_t NumberOfUncoveredBlocks(const CoverageVector &Counters) const { in NumberOfUncoveredBlocks()
99 uint32_t SmallestNonZeroCounter(const CoverageVector &Counters) const { in SmallestNonZeroCounter()
DFuzzerDataFlowTrace.cpp69 auto &Counters = in AppendCoverage() local
93 auto Counters = It.second; in FunctionWeights() local
/external/bcc/tests/python/
Dtest_trace2.c5 struct Counters { u64 stat1; }; struct
/external/perfetto/docs/reference/
Dsynthetic-track-event.md317 ## Counters section in Writing TrackEvent Protos Synthetically
/external/perfetto/docs/data-sources/
Datrace.md81 ### Counters subsection
/external/scudo/standalone/tests/
Dstats_test.cpp29 scudo::uptr Counters[scudo::StatCount] = {}; in TEST() local
/external/perfetto/docs/instrumentation/
Dtrack-events.md584 ### Counters subsection
/external/perfetto/include/perfetto/ext/base/
Dmetatrace_events.h102 enum Counters : uint16_t { enum
/external/cronet/net/disk_cache/blockfile/
Dstats.h23 enum Counters { enum
/external/perfetto/docs/quickstart/
Dtrace-analysis.md58 #### Counters subsubsection
/external/armnn/profiling/common/include/
DICounterDirectory.hpp37 using Counters = std::unordered_map<uint16_t, CounterPtr>; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DDebugCounter.h175 DenseMap<unsigned, CounterInfo> Counters; variable
/external/perfetto/docs/analysis/
Dtrace-processor.md80 #### Counters subsubsection
/external/apache-commons-io/src/main/java/org/apache/commons/io/file/
DCounters.java28 public class Counters { class
/external/google-benchmark/
DREADME.md827 #### Counter Reporting
/external/openthread/src/core/net/
Ddnssd_server.hpp74 class Counters : public otDnssdCounters, public Clearable<Counters> class in ot::Dns::ServiceDiscovery::Server
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp609 GlobalVariable *Counters = in emitProfileArcs() local
721 GlobalVariable *Counters, in buildEdgeLookupTable()
DInstrProfiling.cpp218 GlobalVariable *Counters = getOrCreateRegionCounters(Inc); in lowerIncrement() local
DEfficiencySanitizer.cpp425 GlobalVariable *Counters = in createCacheFragInfoGV() local
/external/llvm/lib/Target/AMDGPU/
DSIInsertWaits.cpp44 } Counters; typedef
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/simulator/
Dsimulator_test.cc54 TEST_F(SimulatorTest, Counters) { in TEST_F() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp637 GlobalVariable *Counters = getOrCreateRegionCounters(Inc); in lowerIncrement() local
DGCOVProfiling.cpp805 GlobalVariable *Counters = in emitProfileArcs() local
/external/clang/include/clang/AST/
DStmtOpenMP.h551 SmallVector<Expr *, 4> Counters; member

12