Home
last modified time | relevance | path

Searched refs:StatType (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-graph-diff.cpp113 static cl::opt<GraphRenderer::StatType> GraphDiffEdgeLabel(
116 cl::init(GraphRenderer::StatType::NONE),
117 cl::values(clEnumValN(GraphRenderer::StatType::NONE, "none",
119 clEnumValN(GraphRenderer::StatType::COUNT, "count",
121 clEnumValN(GraphRenderer::StatType::MIN, "min",
123 clEnumValN(GraphRenderer::StatType::MED, "med",
125 clEnumValN(GraphRenderer::StatType::PCT90, "90p",
127 clEnumValN(GraphRenderer::StatType::PCT99, "99p",
129 clEnumValN(GraphRenderer::StatType::MAX, "max",
131 clEnumValN(GraphRenderer::StatType::SUM, "sum",
[all …]
Dxray-graph.cpp62 static cl::opt<GraphRenderer::StatType>
66 cl::init(GraphRenderer::StatType::NONE),
67 cl::values(clEnumValN(GraphRenderer::StatType::NONE, "none",
69 clEnumValN(GraphRenderer::StatType::COUNT,
71 clEnumValN(GraphRenderer::StatType::MIN, "min",
73 clEnumValN(GraphRenderer::StatType::MED, "med",
75 clEnumValN(GraphRenderer::StatType::PCT90, "90p",
77 clEnumValN(GraphRenderer::StatType::PCT99, "99p",
79 clEnumValN(GraphRenderer::StatType::MAX, "max",
81 clEnumValN(GraphRenderer::StatType::SUM, "sum",
[all …]
Dxray-graph-diff.h32 using StatType = GraphRenderer::StatType;
63 void exportGraphAsDOT(raw_ostream &OS, StatType EdgeLabel = StatType::NONE,
64 StatType EdgeColor = StatType::NONE,
65 StatType VertexLabel = StatType::NONE,
66 StatType VertexColor = StatType::NONE,
Dxray-graph.h40 enum class StatType { NONE, COUNT, MIN, MED, PCT90, PCT99, MAX, SUM }; enum
52 std::string getString(StatType T) const;
53 double getDouble(StatType T) const;
158 void exportGraphAsDOT(raw_ostream &OS, StatType EdgeLabel = StatType::NONE,
159 StatType EdgeColor = StatType::NONE,
160 StatType VertexLabel = StatType::NONE,
161 StatType VertexColor = StatType::NONE);
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mutex.h45 explicit Mutex(MutexType type, StatType stat_type);
62 StatType stat_type_;
Dtsan_stat.h19 enum StatType { enum
Dtsan_rtl.cc585 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog)); in MemoryAccessImpl1()
770 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog)); in MemoryAccess()
779 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog)); in MemoryAccess()
793 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog)); in MemoryAccess()
818 StatInc(thr, (StatType)(StatMop1 + kAccessSizeLog)); in MemoryAccessImpl()
Dtsan_mutex.cc211 Mutex::Mutex(MutexType type, StatType stat_type) { in Mutex()
Dtsan_rtl.h607 void ALWAYS_INLINE StatInc(ThreadState *thr, StatType typ, u64 n = 1) {
612 void ALWAYS_INLINE StatSet(ThreadState *thr, StatType typ, u64 n) { in StatSet()
Dtsan_interface_atomic.cc481 static void AtomicStatInc(ThreadState *thr, uptr size, morder mo, StatType t) { in AtomicStatInc()
/external/libchrome/dbus/
Ddbus_statistics.cc55 enum StatType { enum in dbus::__anon30846f1e0111::DBusStatistics
65 StatType type) { in AddStat()
/external/libaom/libaom/av1/encoder/
Dencoder.h623 } UENUM1BYTE(StatType);