/developtools/profiler/device/services/ipc/test/unittest/ |
H A D | service_entry_test.cpp | 69 long t1 = ts.tv_sec * MS_PER_S + ts.tv_nsec / NS_PER_MS; in HWTEST_F() local 72 ASSERT_TRUE(t2 - t1 >= 0); in HWTEST_F() 84 long t1= ts.tv_sec * US_PER_S + ts.tv_nsec / NS_PER_US; in HWTEST_F() local 87 ASSERT_TRUE(t2 - t1 >= 0); in HWTEST_F() 99 long t1 = ts.tv_sec * NS_PER_S + ts.tv_nsec; in HWTEST_F() local 101 ASSERT_TRUE(t2 - t1 >= 0); in HWTEST_F()
|
/developtools/smartperf_host/trace_streamer/src/base/ |
H A D | base_map.h | 22 auto streamIdHookidMap = internalMap_.find(t1); \ 26 MAP_ERASE_COMMON(T1 t1) \ 32 MAP_ERASE_COMMON(T1 t1, T2 t2) \ 38 MAP_ERASE_COMMON(T1 t1, T2 t2) \ 47 MAP_ERASE_COMMON(T1 t1, T2 t2, T3 t3) \ 53 MAP_ERASE_COMMON(T1 t1, T2 t2, T3 t3, T4 t4) \
|
H A D | double_map.h | 33 void Insert(T1 t1, T2 t2, T3 t3) in Insert() argument 35 auto streamIdHookidMap = internalMap_.find(t1); in Insert() 45 internalMap_.emplace(std::make_pair(t1, mm)); in Insert() 48 T3 Find(T1 t1, T2 t2) in Find() argument 50 auto streamIdHookidMap = internalMap_.find(t1); in Find() 62 const std::map<T2, T3> *Find(T1 t1) const in Find() 64 auto streamIdHookidMap = internalMap_.find(t1); in Find()
|
H A D | triple_map.h | 32 void Insert(T1 t1, T2 t2, T3 t3, T4 t4) in Insert() argument 34 auto streamIdHookidMap = internalMap_.find(t1); in Insert() 40 internalMap_.emplace(std::make_pair(t1, mm)); in Insert() 43 T4 Find(T1 t1, T2 t2, T3 t3) in Find() argument 45 auto streamIdHookidMap = internalMap_.find(t1); in Find()
|
H A D | quatra_map.h | 32 void Insert(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5) in Insert() argument 34 auto streamIdHookidMap = internalMap_.find(t1); in Insert() 40 internalMap_.emplace(std::make_pair(t1, mm)); in Insert() 43 T5 Find(T1 t1, T2 t2, T3 t3, T4 t4) in Find() argument 45 auto streamIdHookidMap = internalMap_.find(t1); in Find()
|
/developtools/hiperf/test/unittest/common/native/ |
H A D | subcommand_stat_test.cpp | 369 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1)); in HWTEST_F() 418 t1.join(); in HWTEST_F() 429 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1)); in HWTEST_F() 461 t1.join(); in HWTEST_F() 472 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1)); in HWTEST_F() 504 t1.join(); in HWTEST_F() 541 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1)); in HWTEST_F() 566 t1.join(); in HWTEST_F() 577 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1)); in HWTEST_F() 602 t1 in HWTEST_F() [all...] |
/developtools/profiler/device/plugins/api/src/ |
H A D | plugin_module.cpp | 262 std::chrono::steady_clock::time_point t1 = std::chrono::steady_clock::now(); in ReportResult() local 263 lastTime_ = t1; in ReportResult() 282 std::chrono::steady_clock::time_point t1 = std::chrono::steady_clock::now(); in ReportResultOptimize() local 283 lastTime_ = t1; in ReportResultOptimize()
|
/developtools/integration_verification/tools/fotff/utils/ |
H A D | ssh.go | 154 t1 := time.Now() 161 cost := t2.Sub(t1).Seconds()
|
/developtools/hapsigner/hapsigntool_cpp_test/unittest/signProfile/ |
H A D | pkcs7_data_test.cpp | 515 time_t t1 = 365 * 24 * 3600; 522 ASN1_TIME_set(tmp, timeNow - t1); 525 ASN1_TIME_set(notAfter, timeNow + t1); 547 time_t t1 = 365 * 24 * 3600; 554 ASN1_TIME_set(tmp, timeNow + t1); 556 ASN1_TIME_set(notBefore, timeNow - t1);
|
/developtools/global_resource_tool/src/ |
H A D | compression_parser.cpp | 512 auto t1 = std::chrono::steady_clock::now(); in CheckAndTranscode() local 519 CollectTimeAndSize(res, t1, result); in CheckAndTranscode() 534 CollectTimeAndSize(res, t1, result); in CheckAndTranscode() 545 CollectTimeAndSize(res, t1, result); in CheckAndTranscode()
|
/developtools/profiler/hiebpf/include/ |
H A D | vmlinux.h | 8490 unsigned int t1; member [all...] |