HomeSort by relevance Sort by last modified time
    Searched full:collect_stats (Results 1 - 10 of 10) sorted by null

  /build/kati/
stats.h 56 #define COLLECT_STATS(name) \
parser.cc 540 COLLECT_STATS("parse file time");
547 COLLECT_STATS("parse eval time");
regen.cc 276 COLLECT_STATS("glob time (regen)");
311 COLLECT_STATS("stat time (regen)");
func.cc 189 COLLECT_STATS("func sort time");
319 COLLECT_STATS("func wildcard time");
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_core.cpp 130 sh->collect_stats(false);
276 sh->collect_stats(true);
sb_ir.cpp 449 void container_node::collect_stats(node_stats& s) { function in class:r600_sb::container_node
454 static_cast<container_node*>(n)->collect_stats(s);
sb_shader.h 406 void collect_stats(bool opt);
sb_if_conversion.cpp 131 r->collect_stats(s);
sb_ir.h 944 void collect_stats(node_stats &s);
sb_shader.cpp 493 void shader::collect_stats(bool opt) { function in class:r600_sb::shader

Completed in 2249 milliseconds