HomeSort by relevance Sort by last modified time
    Searched defs:CounterType (Results 1 - 3 of 3) sorted by null

  /external/v8/src/arm64/
instrument-arm64.h 27 enum CounterType {
35 explicit Counter(const char* name, CounterType type = Gauge);
43 CounterType type();
49 CounterType type_;
  /external/vixl/src/aarch64/
instrument-aarch64.h 47 enum CounterType {
55 explicit Counter(const char* name, CounterType type = Gauge);
67 CounterType GetType();
68 VIXL_DEPRECATED("GetType", CounterType type()) { return GetType(); }
74 CounterType type_;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winperf.h 155 DWORD CounterType;

Completed in 9303 milliseconds