OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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:__anon22644::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:__anon22657::Clock
Completed in 58 milliseconds