Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
Dtracing.h28 std::vector<int> timeDeltas; member
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.h66 CVector<int> timeDeltas; member
Dsamples_record.cpp214 CVector<int> timeDeltas = profileInfo_->timeDeltas; in StringifySamples() local
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp2721 std::unique_ptr<PtJson> timeDeltas; in Create() local
2817 std::unique_ptr<PtJson> timeDeltas = PtJson::CreateArray(); in ToJson() local
Dpt_types.h2326 Profile &SetTimeDeltas(std::vector<int32_t> timeDeltas) in SetTimeDeltas()
/arkcompiler/toolchain/tooling/test/
Dpt_types_test.cpp675 std::vector<int32_t> timeDeltas {1, 2, 3}; // 1:element 2:element 3:element in HWTEST_F_L0() local