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

  /external/libchrome/dbus/
dbus_statistics.cc 55 enum StatType {
65 StatType type) {
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
xray-graph.h 40 enum class StatType { NONE, COUNT, MIN, MED, PCT90, PCT99, MAX, SUM };
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)
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_stat.h 19 enum StatType {

Completed in 802 milliseconds