Home
last modified time | relevance | path

Searched defs:syntheticDelays (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp3232 std::unique_ptr<PtJson> syntheticDelays; in Create() local
3305 std::unique_ptr<PtJson> syntheticDelays = PtJson::CreateArray(); in ToJson() local
Dpt_types.h2842 TraceConfig &SetSyntheticDelays(std::vector<std::string> syntheticDelays) in SetSyntheticDelays()