OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:starttime2
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/test/
iLBC_testprogram.c
94
float starttime1,
starttime2
;
local
274
starttime2
=clock()/(float)CLOCKS_PER_SEC;
275
runtime1 = (float)(
starttime2
-starttime1);
304
runtime2 = (float)(clock()/(float)CLOCKS_PER_SEC-
starttime2
);
Completed in 196 milliseconds