HomeSort by relevance Sort by last modified time
    Searched refs:cl_ (Results 1 - 2 of 2) sorted by null

  /external/marisa-trie/tools/
marisa-benchmark.cc 28 Clock() : cl_(std::clock()) {}
31 cl_ = std::clock();
36 return (cur == cl_) ? 0.01 : (1.0 * (cur - cl_) / CLOCKS_PER_SEC);
40 std::clock_t cl_; member in class:__anon25360::Clock
  /external/marisa-trie/v0_1_5/tools/
marisa_alpha-benchmark.cc 28 Clock() : cl_(std::clock()) {}
31 cl_ = std::clock();
36 return (cur == cl_) ? 0.01 : (1.0 * (cur - cl_) / CLOCKS_PER_SEC);
40 std::clock_t cl_; member in class:__anon25373::Clock

Completed in 240 milliseconds