Home
last modified time | relevance | path

Searched refs:runtime_us (Results 1 - 1 of 1) sorted by relevance

/base/security/selinux_adapter/framework/tools/param_check/
H A Dtest.cpp62 int runtime_us = diff.tv_sec * USEC_PER_SEC + diff.tv_usec; in TestLoadList() local
63 std::cout << "GetParamList time use: " << runtime_us << std::endl; in TestLoadList()
85 runtime_us = diff.tv_sec * USEC_PER_SEC + diff.tv_usec; in TestLoadList()
86 std::cout << "DestroyParamList time use: " << runtime_us << std::endl; in TestLoadList()
102 int runtime_us = diff.tv_sec * USEC_PER_SEC + diff.tv_usec; in TestGetContext() local
103 std::cout << "time use: " << runtime_us << std::endl; in TestGetContext()
124 int runtime_us = diff.tv_sec * USEC_PER_SEC + diff.tv_usec; in TestReadPara() local
125 std::cout << "time use: " << runtime_us << std::endl; in TestReadPara()
139 int runtime_us = diff.tv_sec * USEC_PER_SEC + diff.tv_usec; in TestSetPara() local
140 std::cout << "time use: " << runtime_us << st in TestSetPara()
[all...]

Completed in 2 milliseconds