OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:actualtickcount
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/modules/core/misc/java/test/
CoreTest.java
614
long cpuCountStart = 0,
actualTickCount
;
618
actualTickCount
= Core.getCPUTickCount();
620
long expectedTickCount =
actualTickCount
- cpuCountStart;
[
all
...]
Completed in 210 milliseconds