Home
last modified time | relevance | path

Searched defs:t1 (Results 1 – 6 of 6) sorted by relevance

/developtools/profiler/device/services/ipc/test/unittest/
Dservice_entry_test.cpp71 long t1 = ts.tv_sec * MS_PER_S + ts.tv_nsec / NS_PER_MS; variable
86 long t1= ts.tv_sec * US_PER_S + ts.tv_nsec / NS_PER_US; variable
101 long t1 = ts.tv_sec * NS_PER_S + ts.tv_nsec; variable
/developtools/smartperf_host/trace_streamer/src/base/
Ddouble_map.h33 void Insert(T1 t1, T2 t2, T3 t3) in Insert()
48 T3 Find(T1 t1, T2 t2) in Find()
62 const std::map<T2, T3>* Find(T1 t1) const in Find()
Dtriple_map.h32 void Insert(T1 t1, T2 t2, T3 t3, T4 t4) in Insert()
43 T4 Find(T1 t1, T2 t2, T3 t3) in Find()
Dquatra_map.h32 void Insert(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5) in Insert()
43 T5 Find(T1 t1, T2 t2, T3 t3, T4 t4) in Find()
/developtools/profiler/device/plugins/api/src/
Dplugin_module.cpp266 std::chrono::steady_clock::time_point t1 = std::chrono::steady_clock::now(); in ReportResult() local
286 std::chrono::steady_clock::time_point t1 = std::chrono::steady_clock::now(); in ReportResultOptimize() local
/developtools/profiler/hiebpf/include/
Dvmlinux.h8490 unsigned int t1; member