Home
last modified time | relevance | path

Searched refs:programTimes (Results 1 – 1 of 1) sorted by relevance

/base/security/huks/test/reliability/src/
Dpressure_test.cpp114 double programTimes = 0; variable
124 programTimes += (end.time_since_epoch().count() - start.time_since_epoch().count());
127 …HKS_LOG_I("HksGetSdkVersion Interface Call Duration: %" LOG_PUBLIC "f", (programTimes / TEST_FREQU…
137 double programTimes = 0; variable
144 programTimes += (end.time_since_epoch().count() - start.time_since_epoch().count());
146 …HKS_LOG_I("HksInitialize Interface Call Duration: %" LOG_PUBLIC "f", (programTimes / TEST_FREQUENC…
156 double programTimes = 0; variable
163 programTimes += (end.time_since_epoch().count() - start.time_since_epoch().count());
165 …HKS_LOG_I("HksRefreshKeyInfo Interface Call Duration: %" LOG_PUBLIC "f", (programTimes / TEST_FREQ…
175 double programTimes = 0; variable
[all …]